Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

GWT Google+ API retrieve email address #523

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, 

Does the GWT Google+ API provide the data from the following request? 

https://www.googleapis.com/oauth2/v2/userinfo?key={YOUR_API_KEY}

{
 "id": "123123123123123",
 "email": "user@gmail.com",
 "verified_email": true
}

I am using gwt-plus-v1-0.3-alpha.jar and I'm unable to get the user's email 
address. Any information would be appreciated. 

Thanks, PLA

Original issue reported on code.google.com by patrick....@gmail.com on 29 Jun 2013 at 3:42