Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 942 Bytes

fb_setup.md

File metadata and controls

24 lines (13 loc) · 942 Bytes

Facebook Setup

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 the Valid OAuth redirect URIs field.

Facebook setup

API Setup

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:

Admin FB setup

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)