Go to Facebook developers and create an app called 'test'.
- In the product section add
Facebook login
- Copy for App Id and App Secret
- In the
Facebook login
>Advanced settings
add:http://localhost:1337/connect/facebook/callback
in theValid OAuth redirect URIs
field.
Now that you have created your app on Facebook you need to configure the Facebook provider in your project.
Go to and fill the form like the following:
Don't forget to save your modifications...
Now that the configuration is over go to the front-end app and try to login with Facebook 😉
Fill an issue if it doesn't work (https://github.com/strapi/strapi-examples/issues/new)