TheProjecter / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 1 forks source link

Google+ Sign In Issue #289

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.After sign in onto google+, redirect error occurs.
2.
3.

What is the expected output? What do you see instead?
Successful sign in is expected but redirect error occurs. i'll attach image of 
output.

What version of the product are you using? On what operating system?
socialauth version 4.2

Original issue reported on code.google.com by adeelnaw...@gmail.com on 28 Aug 2013 at 8:04

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Issue 287 has been merged into this issue.

Original comment by tarun.na...@3pillarglobal.com on 29 Aug 2013 at 2:58

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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