3

I am working on Android and I have used Socialauth library into my application to provide facebook and twitter . It was worked fine some days. Now facebook is working fine but twitter is not working.

when I am using twitter it is showing following message in log cat

this is not working with Twitter this. It was worked fine before . Now I am getting a twitter Authentication Error. I have added the correct consumer_key, and secret but I am getting like..

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.

Authentication Error

But I have added the correct consumer_key and secret .

Can any one provide the solution for this. Thanks in advance.

Ganesh
  • 924
  • 2
  • 12
  • 34
  • Hi Ganesh , Have you used the testing jar socialauth 2.1 . Also I would recommend that you u provide ur own callback url using addcallback method. – vineet May 26 '13 at 16:37
  • Hi Ganesh , the latest sdk is released. You can now use it.check examples for use. – vineet Jun 11 '13 at 09:10
  • Hey Ganesh, was you able to solve the issue? I am also facing the same, can you help me out. – Rekha May 07 '14 at 05:41
  • Did you fix this? I have the same problem even with new SDK – Rarw Jul 02 '14 at 13:40
  • No, not yet got the solution to this issue. If you got solution, please share with me. – Ganesh Nov 03 '14 at 06:32
  • Getting similar issue for linkedin. Is it resolved for you? how you resolved it? – seema May 13 '15 at 05:41

2 Answers2

1

Check the device's time and date. The error might occur if future time is selected in settings.

Max S.
  • 11
  • 1
0

Chechk Callback URL to your Twitter application settings

Maxim Sharai
  • 604
  • 3
  • 11