Facebook (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/facebook

Facebook login method

Parameters#

NameTypeRequiredDefaultDescription
client-idstringrequiredThe client-id registered with Facebook
client-secretstringrequiredThe client-secret registered with Facebook
scopestringoptionalpublic_profile emailA space-separated list of scopes to request from Facebook
authorization-endpointstringoptionalhttps://www.facebook.com/dialog/oauthURL to the Facebook authorization endpoint
token-endpointstringoptionalhttps://graph.facebook.com/v3.2/oauth/access_tokenURL to the Facebook token endpoint
userinfo-endpointstringoptionalhttps://graph.facebook.com/v3.2/meURL to the Facebook userinfo endpoint
http-clientleafrefoptionalA reference to the Http Client to use. If not defined, the default HTTP client is used
account-managerleafrefoptionalThe Account Manager is used to fetch the account

Was this helpful?