1

I am going to implement login with facebook and google using django-allauth app,but i am getting one error i.e
You are not logged in: You are not logged in. Please log in and try again.

My Facebook App Settings

Setting Image 1

Setting Image 2

What should i do now??

1
  • Can you add more details, e.g. when you get the error (i.e. how far you get in the login process - what happens when you go to /auth/facebook/login/) and what your configuration is (e.g. include screenshots from /admin/socialaccount/socialapp/ with blanked out credentials). Commented Jun 17, 2016 at 9:26

2 Answers 2

2

Change your redirect URI to

http://localhost:8000/accounts/facebook/login/callback/

and also make sure to have SITE_ID = 1 in settings.

Sign up to request clarification or add additional context in comments.

Comments

0

The following solved my problem:

Valid Oauth redirect URI ---> set to http://localhost:8000/

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.