android twitter retrieveRequestToken 401 on request token

前端 未结 6 930
走了就别回头了
走了就别回头了 2020-12-16 16:22

I am trying the following sample app for twitter oauth.

http://www.androidsdkforum.com/android-sdk-development/3-oauth-twitter.html

private void askO         


        
6条回答
  •  攒了一身酷
    2020-12-16 16:47

    I have spent several hours on this. Seems that you have to set ANY value to the callback url in the Settings tab in your Twitter application developer panel. Keeping the default empty value disables dynamic callback urls.

    All the tutorials and all the information I have found online is just void. Twitter long removed the "Client / Website" radio button.

    Moreover, OAuth checks for clock skews.

提交回复
热议问题