HTTPError 403 (Forbidden) with Django and python-social-auth connecting to Google with OAuth2 -



HTTPError 403 (Forbidden) with Django and python-social-auth connecting to Google with OAuth2 -

using python-social-auth, 403: forbiden error message after accepting access google

you need add together google+ api list of enabled apis on google developer console (under apis)

note: if want see real error message, utilize traceback @ content of response variable (response.text). utilize werkzeug (django-extensions + python manage.py runserver_plus).

python django oauth-2.0 google-api

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -