Facebook OAuth Plugin
Step 1. Create a Facebook app
https://developers.facebook.com/apps
Step 2. Add Facebook login for the app

Step 3. Configure app settings

Turn ON Login in with the JS SDK
Add your domains (
yourapp.directual.app
or a custom domain if you use it)
Step 4. Copy App ID and App secret

Step 5. Set up plugin

Note, that if you want your users have a chance to Sign Up via Facebook, set the parameter autoCreateUser
to true
Set the parameter id_as_email
to true
if you want to have user IDs as their facebook emails.
Step 6. Push Facebook app to Live

Step 7. Enjoy

Last updated
Was this helpful?