Google+ API Retrieve Profile Info -


my application using google oauth2 authentication scopes ‘email’ , ‘profile’.

my google + profile has work , education related information specified.

i’m accessing profile info using following url template:

https://www.googleapis.com/plus/v1/people/me?access_token=<>

the returned json contains ‘organizations’ element only if specified public info on profile page. information marked only-me (private) never returned. why that, having in mind i’m accessing profile info using ‘me’ user identifier, i.e.:

https://www.googleapis.com/plus/v1/people/me

do need additional authorization scope?

note: google+ api provides read-only access public data.

from docs


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -