...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
"facebook": {
clientID: '%client_ID%',
clientSecret: '%client_secret%',
callbackURL: '%client_callback%',
//optional
scope: 'email',
profileFields: ['id', 'email', 'name', 'displayName', 'gender']
} |
Configuration Steps
1 - Create a Facebook application
...