Configuring Facebook Developers
to generate auth credentials
- https://developers.facebook.com/
Login in Facebook Developers
- Create a app by: My Apps(Right Top corner) → Create App(Right Top corner)
- If you have a business portfolio you may decide to connect to this app. If you don't want to connect, select the correct option and click next.
- Select the Authenticate and request data from users with Facebook Login use case.
- Choose a name for your app and a contact email.
- Review and click Create app
- From the left side menu select:
App settings → Basic
- Choose your app domains. For my case: www.jaimedcsilva.com
In order to be verified by Facebook, you need an URL for the following pages:
Privacy Policy URL
Terms of Service URL
User data deletion
To get the email address from users logging in with Facebook it is required to be verified
- Copy App ID and App secret
- To add a platform, scroll down
Click + Add platform
Select the appropriate platform, for my case: Website
Add Site URL, for my case:
https://www.jaimedcsilva.com/accounts/login/
- From the left side menu click on Use cases
In the Authentication and account creation panel click the Customize button
From the left side menu click on Settings
Set the Valid OAuth Redirect URIs, in my case:
https://www.jaimedcsilva.com/complete/facebook
Python 3.12 Django==4.2
15 July 2024
|
Last Updated: 22 Nov. 2025
|
jaimedcsilva Related