omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

Couldn't see real problem with facebook and vkontakte #757

Closed geweb7 closed 11 years ago

geweb7 commented 11 years ago
  1. When trying to login with facebook I get:

Exception Type: AuthFailed Exception Value: There was an error authenticating the app

Exception Location: ../social_auth/backends/facebook.py in auth_complete, line 132

  1. trying to login with vkontakte (confirming ):

Exception Type: AuthCanceled Exception Value: Authentication process canceled

I can't understand what is the real problem. app-id and secrets are correct. What else should I check? How can I get real answer from facebook or vkontakte?

geweb7 commented 11 years ago

The problem was with ALLOWED_HOSTS - it's hard to guess...