dinasaif / socialauth-android

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

getAuthenticaionUrl error in SocialAuth adapter with Twitter Provider #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.authorize with twitter
2.
3.

What is the expected output? What do you see instead?

Dialog does not load. Authorization error - keys need to match URL

What version of the product are you using? On what operating system?
3.2 , OS 4.2.2

Please provide any additional information below.

When provider is set to Twitter I cannot connect. It tells me that they keys do 
not match the URL and the log in dialog does not load. If I comment out this 
line in SocialAuthAdapter:

url = socialAuthManager.getAuthenticationUrl(provider.toString(), 
provider.getCallBackUri())+ "&type=user_agent&display=touch";

I can get the dialog to load. I can then supply my own authorization URL. 

Original issue reported on code.google.com by christia...@gmail.com on 3 Jul 2014 at 2:45

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/socialauth-android/wiki/KnownIssuesandSolutions

Original comment by vineet.a...@3pillarglobal.com on 17 Nov 2014 at 8:51