Closed GoogleCodeExporter closed 9 years ago
I faced the same problem today, I simply had to change the GoogleWrapper
AdditionalScopes in order to get the e-mail, ex: AdditionalScopes="openid
profile email"
Regards
Original comment by mzi...@mono.hr
on 11 Nov 2013 at 5:29
With GoogleWrapper (OAuth 2.0), unlike GoogleHybridWrapper, you need to
explicitly pass the permission request to fetch email (illustrated in Demo
application).
All you need is to append following in the config entry for Google Wrapper:
AdditionalScopes="https://www.googleapis.com/auth/userinfo.email"
You should start getting email after specifying this.
Original comment by deepak.a...@3pillarglobal.com
on 16 Feb 2014 at 8:05
Original issue reported on code.google.com by
davidfor...@gmail.com
on 7 Nov 2013 at 2:46