Versions Compared

Key

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

...

How to set Client ID and Client Secret of Facebook

Go to the https://developers.facebook.com/apps/ and login at your Facebook developer account.

Click Add a New App button on the top right to create a new app ID. A popup will display as below


Image RemovedImage Added

In the Facebook for developers Settings, choose Basic, click on the Add Platform button, then enter your site URL.

 

 

Click on Save changes button. You will see that there are App ID and App secret, note that you will need these to configure the module in the backend of Magento 2.

Choose Facebook Login > Settings link from the left menu section at the apps page, fill in Valid OAuth Redirect URIs with the Redirect URI obtained from Magento 2 configuration.

Then you have to make your app public to everyone. On the top bar, click on Status, a pop up as below will be displayed. Confirm to make the app public.



 

In Magento 2 backend, Facebook settings:

...