How can I get email address from Google Plus API once i got the token
I have got accesstoken using oauth2.0. I am able to get the person name, gender, etc but I am not able to get the email address of the user. Could any one please paste some sample code or any suggestions on how to get the email address from the google plus API? You can retrieve a user's email address if they specifically authorize your application to see their email address. Set your scopes to: https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email The JavaScript calls look like this: gapi.client.load('oauth2', 'v2', function() { gapi.client.oauth2.userinfo