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
Post a Comment