Facebook (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/facebook
Facebook login method
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| client-id | string | required | The client-id registered with Facebook | |
| client-secret | string | required | The client-secret registered with Facebook | |
| scope | string | optional | public_profile email | A space-separated list of scopes to request from Facebook |
| authorization-endpoint | string | optional | https://www.facebook.com/dialog/oauth | URL to the Facebook authorization endpoint |
| token-endpoint | string | optional | https://graph.facebook.com/v3.2/oauth/access_token | URL to the Facebook token endpoint |
| userinfo-endpoint | string | optional | https://graph.facebook.com/v3.2/me | URL to the Facebook userinfo endpoint |
| http-client | leafref | optional | A reference to the Http Client to use. If not defined, the default HTTP client is used | |
| account-manager | leafref | optional | The Account Manager is used to fetch the account |