Django : How can I fix this when adding facebook login to django app using social-auth?

Josmy Faure

I am using django to create a web app and add facebook login in the homepage. But whenever I run click on the facebook login link, I get the following error. Can anyone tell me where the error is and how I can fix it ?enter image description here

haki
  • Go to facebook developers.
  • Select your app.
  • On the left menu choodse Facebook login -> Settings.
  • In the "Valid OAuth redirect URI's" enter the proper URL.

It your site is https://example.com and you registerd all_auth app url's under /accounts the default callback URL should look like this:

https://example.com/accounts/facebook/login/callback/

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I logout facebook itself on Django APP with python-social-auth?

How can I refresh the token with social-auth-app-django?

How to fix "Facebook has detected MySite isn't using a secure connection to transfer information" in social-auth-app-django?

How can I return the refresh token using python-social-auth and django-graphql-auth?

How can I use Django OAuth Toolkit with Python Social Auth?

How can I solve the 29 unapplied migration(s) for app(s): admin, api, auth, authtoken, contenttypes, sessions, social_django

How to open original page after google oauth login using django social_auth

django social auth registration facebook email

I want to add costume field after django social app login

How to know whether login using social account or website login in Django

django allauth facebook social login callback failure

Facebook Social Auth Login: Can't Load URL: The domain of this URL isn't included in the app's domains

400 Client Error: Bad Request using python-social-auth for Facebook auth in Django

django-allauth, how can I only allow signup/login through social?

social-auth-app-django facebook backend state with redirect_uri

Python social-auth-app-django 'social' is not a registered namespace

Filtering or restricting Google-Oauth2 login to a set of users in Django using Python Social Auth

Django Social Auth Update First And Last Name in Django App Permanently

How to change password for Django Social auth loggedin Google+ user and facebook user?

Django REST Framework and python-social-auth for registration/login user

SOCIAL_AUTH_LOGIN_ERROR_URL not working Django 2.0.6

I was less able to login my Django app with facebook account with AttributeError

In Django, after a login how can I detect which auth backend authenticated the user?

How to fix 'Social Network Login Failure' error of django-allauth deployed on Elastic Beanstalk

Twitter Social login in Django

crashes app when I log in using facebook auth

After adding Django CMS to my project, management commands fail with a cache error. How can I fix it?

Error when adding Facebook login to iOS app

How can I fix this searchbar error in django?