Closed GoogleCodeExporter closed 8 years ago
Original comment by deepak.a...@3pillarglobal.com
on 6 Jan 2014 at 6:02
Google OAuth 2.0 version has mandatory requirement for passing scope. If you
want basic login then besides setting ScopeLevel="CUSTOM", you'd need to pass
https://www.googleapis.com/auth/userinfo.profile (This worked for me)
However, if I instead pass "https://www.googleapis.com/auth/userinfo.email",
which only gets the email of user, it failed with error you've mentioned.
I've fixed this issue in YahooWrapper.cs. You may either wait for next download
or get this file from repository for fix.
Note: You need to pass both of the above as scopes (separated by a space) if
you want profile + email.
Original comment by deepak.a...@3pillarglobal.com
on 6 Jan 2014 at 2:09
Your suggestion works also for me and that is what I am going to use from now
on. Thank you! Indeed I do have a similar issue in the YahooWrapper (didn't
report it yet, but now you found it yourself). I'll wait for the next release
for the YahooWrapper to be updated. Thanks again.
Original comment by bshtmich...@gmail.com
on 6 Jan 2014 at 7:38
Original issue reported on code.google.com by
bshtmich...@gmail.com
on 5 Jan 2014 at 6:16