OAuth + Twitter on Android: Callback fails

前端 未结 4 1843
-上瘾入骨i
-上瘾入骨i 2020-12-08 12:10

My Android application uses Java OAuth library, found here for authorization on Twitter. I am able to get a request token, authorize the token and get an acknowlegement but

4条回答
  •  隐瞒了意图╮
    2020-12-08 12:52

    My problem was that I was trying to log in with the same account I made the Twitter app. After I logged in with my personal profile the call back works (so far).

提交回复
热议问题