TweetSharp - 如何获取好友列表?
如何使用tweet Sharp获取用户的好友列表?
How do I get the user's friend list using tweet sharp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用tweet Sharp获取用户的好友列表?
How do I get the user's friend list using tweet sharp?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
这是一个替代解决方案,我不知道如何使用 tweet Sharp 来做到这一点,但你可以调用:
然后你会得到一个带有 ids 的 json 文件。
要获取关注者的信息,您可以使用:(
关注者的 id 为 123456789)
更多信息:
https://dev.twitter.com/docs/api/1/get/followers/ids
https://dev.twitter.com/docs/api/1/get/users /查找
This is an alternative solution, I don't know how to do it with tweet sharp, but you can make a call to:
Then you get a json file with the ids.
To get the info of your followers, you can use:
(With 123456789 being the id of the follower)
More info:
https://dev.twitter.com/docs/api/1/get/followers/ids
https://dev.twitter.com/docs/api/1/get/users/lookup