All Questions
8
questions
0
votes
1
answer
180
views
My project uses the Google+ API to login,which is deprecated now, need tips/advice to update
I have a project currently deployed, in production, which uses the google+ API and the python social core (Django) (social_core) to login almost all users, now the google+ apis are deprecated and I ...
1
vote
1
answer
120
views
Call google+ API with token
How can i call Google+ API using access token in python, currently i am using the flow method which first exchanges the authentication url then it exchange credentials.
My code is this:
FLOW = ...
0
votes
0
answers
464
views
get user email from google plus using python
I want to access user email.In my scope i have entered https://www.googleapis.com/auth/userinfo.email but it does not returns me user mail.
My code:
FLOW = OAuth2WebServerFlow(
client_id=...
3
votes
1
answer
822
views
Google+ Login Python Server - "invalid_client - The OAuth client was not found"
I have been trying to implement Google Login in my android app for weeks now. I was able to do the do the login for the Android app, perfectly fetching the access token.
However, I have a python ...
6
votes
5
answers
18k
views
Access Token and Refresh token giving invalid grant in Google Plus in Python?
I am correctly scoping for offline access and am storing that. Every 60 minutes, when needed, I retrieve a new access_token. Code has not changed, but what is odd is that when he first went through ...
0
votes
1
answer
2k
views
Adding Google+ Sign In to AngularJS app
I'm trying to figure how to properly implement Google+ Sign In (https://developers.google.com/+/web/signin/) in my AngularJS app to secure the REST API that it depends on.
I have 2 components to my ...
4
votes
0
answers
523
views
new account in google+ sign in
I was able to link account with my site with Google+ Api,
One thing I am having problem is :
When the user links his new account(By means of not yet signed in Google+ social network) in my created ...
2
votes
1
answer
662
views
Google Contacts: Missing Fields
I'm trying to obtain a person's Google Contacts information using the Contacts v3 SDK, using Python with OAuth.
I obtain a XML feed with the person's contacts. However, I can only obtain the person's ...