OAuth + Twitter on Android: Callback fails

前端 未结 4 1838
-上瘾入骨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:53

    It looks to me like you're doing the correct thing and Twitter is screwing up by always accepting your registered callback URL. Is there any way to change the registered URL? Maybe you could re-register and try an Android callback next time, see what happens.

提交回复
热议问题