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