Android: Twitter and OAuth anyone?
I was wondering if anyone got this working. I am trying to do a basic authentication but for some reason it keeps complaining "Could not authenticate you.". How would I go about g开发者_StackOverflow社区etting it to run with OAUTH?
I have a tutorial written for this a while back. You can get it on my blog here, it's lengthy so I won't repost it here
The signpost solution is a lot of extra work.
There's a way to do it wither Twitter4j that only takes a few lines of code. The solution comes from Stephan, here.
I have an example app using his approach, here.
精彩评论