Closed GoogleCodeExporter closed 9 years ago
Issue 288 has been merged into this issue.
Original comment by tarun.na...@3pillarglobal.com
on 29 Aug 2013 at 2:58
Issue 287 has been merged into this issue.
Original comment by tarun.na...@3pillarglobal.com
on 29 Aug 2013 at 2:58
What does your code look like?
I noticed someone put this into the wiki
(http://code.google.com/p/socialauth/wiki/GettingStartedWithYourOwnFramework):
"
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 kenk...@gmail.com
on 5 Sep 2013 at 7:27
Hi,
Please let me know are you using socialauth-android 2.6.
If yes , you need to callbackurl using addCallback method.
Original comment by vineet.a...@3pillarglobal.com
on 10 Sep 2013 at 7:37
[deleted comment]
[deleted comment]
Closing this issue. If issue still persist, please open a new one on android
portal.
http://code.google.com/p/socialauth-android/
Regards
Tarun
Original comment by tarun.na...@3pillarglobal.com
on 16 Sep 2013 at 4:01
Original issue reported on code.google.com by
adeelnaw...@gmail.com
on 28 Aug 2013 at 8:04Attachments: