Android: Twitter and OAuth anyone?

前端 未结 2 1910
攒了一身酷
攒了一身酷 2021-01-07 05:26

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

相关标签:
2条回答
  • 2021-01-07 05:56

    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.

    0 讨论(0)
  • 2021-01-07 06:00

    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

    0 讨论(0)
提交回复
热议问题