安卓 Twitter4j
我想创建一个应用程序,用户可以使用 Twitter 帐户登录,并且他所做的任何活动(取决于其他情况)都应该发布推文。
现在既然 Twitter 已经删除了基本身份验证,如何实现这一点???
任何帮助将不胜感激
I want to create a application where user can login with twitter account and whatever activity he does (depending on other cases) should be tweeted.
Now since twitter has removed basic authentication how to achieve this ????
Any help will be appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用第三方库来执行 OAuth。请参阅以下主题,深入了解 OAuth 以及如何执行三足身份验证:
1. 有关 OAuth 和 Android 的一些问题
2. Android 上的 OAuth
3. Android 上的 OAuth + TWitter 代码
希望有帮助...
You can use third party libraries to perform OAuth. See the following threads to get some insight on OAuth and how to perform 3 legged authentication:
1. Some questions about OAuth and Android
2. OAuth on Android
3. OAuth + TWitter on Android with code
Hope that helps...