Ganesh
Ganesh

Reputation: 934

How to solve Socialauth-Android for twitter?

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.

Upvotes: 3

Views: 1154

Answers (2)

Max S.
Max S.

Reputation: 21

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

Upvotes: 1

Maxim Sharai
Maxim Sharai

Reputation: 614

Chechk Callback URL to your Twitter application settings

Upvotes: 0

Related Questions