GromoshtanniK / socialauth

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

SocialAuthException: Verification code is null #370

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download socialauth-java-sdk-4.6
2. Implement the facebook login according 
https://code.google.com/p/socialauth/wiki/GettingStartedWithYourOwnFramework
3. Run the Aplication

What is the expected output? What do you see instead?
Im now connect to facebook but cannot pull user info. When it comes to the line 
AuthProvider provider = 
manager.connect(SocialAuthUtil.getRequestParametersMap(request));, it throws an 
exception saying that "SocialAuthException: Verification code is null". What 
can I do?

What version of the product are you using? On what operating system?
4.6, Windows 8.1 Pro

Original issue reported on code.google.com by daniel.b...@gmail.com on 16 Sep 2014 at 10:38

GoogleCodeExporter commented 8 years ago
I've solved it issue (Thanks god). The problem was that I was calling the the 
method of the line AuthProvider provider = 
manager.connect(SocialAuthUtil.getRequestParametersMap(request));, in the 
method of connection, so it was trying to take the information of the token 
received of facebook before it arrive to the request map. 

Original comment by daniel.b...@gmail.com on 18 Sep 2014 at 10:57

GoogleCodeExporter commented 8 years ago
Gr8, you manage to resolve it.

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 26 Sep 2014 at 4:13