Reputation: 934
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
Reputation: 21
Check the device's time and date. The error might occur if future time is selected in settings.
Upvotes: 1