Android Twitter 应用程序 - 不起作用
哇,我一直在尝试让一个简单的 Android Twitter 应用程序运行起来,但这是不可能的。我有 iOS 背景。我目前正在尝试使这些工作:
来自 Marakana 的 MyTwitter 应用程序。 http://marakana.com/forums/android/examples/312.html
Marakana 简单 OAuth 演示。 https://github.com/marakana/OAuthDemo
Twitter4j 示例 itog_lab。 https://github.com/itog/Twitter4j-android-Sample
AndroidTwitterSample 。 http://www.android10 .org/index.php/articleslibraries/291-twitter-integration-in-your-android-application#josc329
我总是收到未经授权的错误,无法请求访问令牌。有人有过这样的经历吗?
Wow, Ive been trying to get a simple Android Twitter app to work but its been impossible. I come from an iOS background. Im currently trying to make these work:
MyTwitter app from Marakana. http://marakana.com/forums/android/examples/312.html
Marakana Simple OAuth demo. https://github.com/marakana/OAuthDemo
Twitter4j Sample itog_lab. https://github.com/itog/Twitter4j-android-Sample
AndroidTwitterSample. http://www.android10.org/index.php/articleslibraries/291-twitter-integration-in-your-android-application#josc329
I always get unauthorized error unable to request access token. Has anyone had this experience?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您满足于使用 Intent 调用 Twitter(这意味着您需要已安装的 Twitter 应用程序才能正常工作),您可以通过以下方式访问 Twitter:
If you are content with calling Twitter using Intent (meaning that you will need the Twitter app already installed for this to work), you can access Twitter with something like this:
我的示例有效 http://schwiz.net/blog/2011/using-scribe -with-android/ 如果您遇到麻烦,请联系我。
my example works http://schwiz.net/blog/2011/using-scribe-with-android/ ping me if you run into trouble.