Twitter API not accepting callback URL for Android App

后端 未结 4 396
再見小時候
再見小時候 2020-12-11 05:54

I downloaded the OAuthDemo Android App from www.marakana.com. It works fine with their included key/secret & callback url. I read up on twitter OAuth API and registere

4条回答
  •  悲哀的现实
    2020-12-11 06:25

    I had this same problem. I did a packet capture since I knew the URL was good. The response from the server was:

    
    
      Desktop applications only support the oauth_callback value 'oob'
      /oauth/request_token
    
    

    For me the problem was application type in the Twitter application settings needed to be set to "Browser". Problem was that twitter changed their interface and removed the application type. You need to specify a callback URL in the application settings page to implicitly switch it to Browser type.

    • http://groups.google.com/group/twitter-development-talk/browse_thread/thread/0f744fe83fd9ef90?pli=1
    • https://dev.twitter.com/discussions/282

提交回复
热议问题