如何获取android应用程序的twitter身份验证名称?
我已经创建了与 twitter 集成的 android 应用程序,并且我的应用程序希望通过使用 twitter 用户名和密码进行某些操作来验证应用程序。我想在我的应用程序中显示这个经过身份验证的用户名。有什么方法可以让我的应用程序获得经过身份验证的用户名吗?
I have created android application integrating with twitter and my application wants to authenticate the application by using a twitter user name and password for some operations. I want to display this authenticated user name in my application. Is there any way to get the authenticated user name to my application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 twitter REST api 的“account/verify_credentials”。
欲了解更多信息 https://dev.twitter.com/docs/api/ 1/获取/帐户/verify_credentials
use twitter REST api's "account/verify_credentials".
for more info https://dev.twitter.com/docs/api/1/get/account/verify_credentials