android twitter outh教程回调问题

时间:2010-07-28 07:54:56

标签: android twitter

尝试以下教程

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

我无法理解回调网址

我的推特应用程序名称是“faisal-android”,我在代码中定义的回调网址是

的myapp:// wozzon-机器人

并在xml文件中输入

           <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="myapp" android:host="faisal-android" />
            </intent-filter>

我是否定义回调网址是正确的?

当我运行代码时,它给出了错误“授权失败(服务器回复401)。如果消费者密钥不正确或签名不匹配,就会发生这种情况”

我的Twitter应用帐户设置如下 alt text http://www.freeimagehosting.net/uploads/a0c2689c73.png

3 个答案:

答案 0 :(得分:1)

如果您使用回调网址,我认为您需要检查浏览器而不是客户端

我读到了一些关于此的内容: http://blog.sogeti.com/mobile/2010/03/twitter-oauth-for-android.html (死链接)

答案 1 :(得分:0)

答案 2 :(得分:0)

在Twitter上查看您的回拨UL。输入任何未保留为空的虚拟URL。 你可以写google.com,它适用于我的情况。