dinasaif / socialauth-android

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

twitter oath give application keys are not correct #208

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.create twitter application and put the keys in my android app
2.try to authenticate via twitter 
3.

What is the expected output? What do you see instead?
I got the following exception:
"org.brickred.socialauth.exception.SocialAuthConfigurationException?: 
Application keys are not correct. The server running the application should be 
same that was registered to get the keys"

What version of the product are you using? On what operating system?
socialauth-4.4.jar, socialauth-android-3.2.jar
on android OS.. versions 4.3(jelly beans) , 4.4(kitkat) , 5.0(lollipop)

Please provide any additional information below.
Notes: 
  1 - I set the url callback to a my website.
  2 - I note that the problem appears just when I run the android application on
      a devices that the time settings is set manually, when I changed the time 
      settings to be set automatically, the authentication process works fine. 

Original issue reported on code.google.com by isand...@gmail.com on 25 Feb 2015 at 12:55

GoogleCodeExporter commented 8 years ago
I'm facing the same problem :(

Original comment by Anderson...@gmail.com on 20 Aug 2015 at 6:01