AndroidExamples
AndroidExamples copied to clipboard
oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: null
It is giving this error when I open the activity with my Consumer key and consumer secret
Not enough detail. There's multiple pieces of OAUTH code here. You also need to give it 4 keys, not two.
You mentioned in the project that I need to give my ConsumerKey and ConsumerSecret, what else do I need to change in it?
Depending on which app you're looking at you may also need the access token and access token secret. At the very least, adding those can help guarantee you're authenticating correctly which could make the problem youre experiencing easier to diagnose once you have a successful, reproducible test.
Oh okay, I will try do it this way. Thanks for your reply sir.