Sipan
Sipan

Reputation: 103

django Google-Oauth authentication error

when I have tried to authenticate with google Oauth2 i get this error

403 Client Error: Forbidden for url: https://www.googleapis.com/plus/v1/people/me?access_token=ya29.UQK5LwsbfbnBTGBXmxeByXVP2SbBuCLIM2KxQlMRBbJYrKJANu0cWXWP4YbWjMQXQUjw&alt=json

my redirect uri is

http://localhost:8000/complete/google-oauth2/

Upvotes: 5

Views: 1770

Answers (1)

erajuan
erajuan

Reputation: 2294

Enable the Google+ API in Google Api Console.

Console developer - APIs de Google

Upvotes: 13

Related Questions