Open GoogleCodeExporter opened 9 years ago
[deleted comment]
String url = manager.getAuthenticationUrl(id, successUrl);
Won't work with google authentication. Unless a permission is provided, google
tries to use OpenId?? instead of OAuth. Using following line will make the
sample code on this page work with google too
String url = manager.getAuthenticationUrl(id, successUrl,
Permission.AUTHENTICATE_ONLY);
Original comment by pushkar....@avibha.com
on 14 Jul 2015 at 9:17
Original issue reported on code.google.com by
eyfo...@gmail.com
on 19 May 2015 at 7:20Attachments: