Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleConfiguration Sample
linenumberstrue
collapsetrue
"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

...