django Facebook integration

150 views
Skip to first unread message

ruban bharath

unread,
Aug 14, 2018, 1:35:10 AM8/14/18
to Django Social Auth

When i try to login with Facebook using django i got a error like


url blocked: this redirect failed because the redirect uri is not white-listed in the app's client oauth settings. make sure that the client and web oauth logins are on and add all your app domains as valid oauth redirect uris.


how to solve this error in django

nine13tech

unread,
Aug 14, 2018, 4:48:47 PM8/14/18
to Django Social Auth
You do not fix this in Django. This is a facebook app configuration where you must provide them the redirect URL you are using so that when they are done the send the token and authorization to the right place. This is for security and outlined in the OAuth spec.
The settings for the redirect URI/URL will be in the facebook app's configuration page.
Reply all
Reply to author
Forward
0 new messages