Android: Twitter and OAuth anyone?

I was wondering if anyone has this job. I'm trying to do basic authentication, but for some reason it keeps complaining "We couldn't authenticate you". How can I get it to work with OAUTH?

+2


source to share


2 answers


I have a tutorial written for this some time ago. You can get it from my blog here, it's long, so I won't repost it here.



+4


source


The signpost solution is a lot of extra work.

There is a way to do this wither Twitter4j, which takes only a few lines of code. The solution belongs to Stephan, here .



I have a sample app using his approach here .

+1


source







All Articles