I have my Consumer Key and Secret. I was able to retrieve the authorization request token. Recently, I started app Android receiving this error: "Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match." I am use https://github.com/grantland/twitter-android-sdk What is wrong?
See [node:204] for some common OAuth issues.
I added a valid callback url in my app setting and it worked correctly.
请问:我应该去哪里下载,android上的twitter SDK?
According to Android schema I’ve added a tag in my Manifest like this and I use as callback scheme://callback in my application
but I’ve the same error than @familytreeru and Exception told me that I’ve to use ‘oob’ as default callback