When connecting Google OAUTH2 it does show me the Google login page but when I have logged in and I am being redirected to /complete/google-oauth2/ I receive an error 401 Client Error: Unauthorized.
My traceback: http://pastebin.com/YPbfgf6V.
I have setted
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
SOCIAL_AUTH_GOOGLE_OAUTH2_SCOPE
When connecting Google OAUTH2 it does show me the Google login page but when I have logged in and I am being redirected to
/complete/google-oauth2/I receive an error401 Client Error: Unauthorized.My traceback: http://pastebin.com/YPbfgf6V.
I have setted