iphone - 如何使用 Twitter API 获取好友/ID?
如何使用 Twitter API
获取我的 Twitter 帐户的好友 ID? 在本教程中 https://github.com/bengotlieb/Twitter-OAuth-iPhone 和例如,我可以发送更新或发送任何直接消息,但我无法获取任何直接消息或朋友的ID或任何其他可以从获取方法。
如何找到从 get 方法解析的任何数据? (例如:getPublicTimeline
、getUpdate:(unsigned long)updateID
、getDirectMessagesSinceID:
等..)
有人可以建议如何解决这个问题吗?
How can I get Friends/Friend's IDs of my twitter account using Twitter API
?
In this tutorial https://github.com/bengottlieb/Twitter-OAuth-iPhone and example of, I can just send the updates or send any direct messages, but I can't get any direct messages or Friend's IDs or any other things that can be found from the get methods.
How can I find any data that was parsed from the get methods? (Example: getPublicTimeline
, getUpdate:(unsigned long)updateID
, getDirectMessagesSinceID:
, etc..)
Can anyone suggest how to solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
https://api.twitter.com/1/ Friends/ids.json?cursor=-1&screen_name=screennameofUser
https://api.twitter.com/1/friends/ids.json?cursor=-1&screen_name=screennameofUser
是的。您有
getFriends
方法。此外,您还有getFollowersInclusionCurrentStatus
方法。这些方法将返回以下回调,yes.You have
getFriends
method.Also You havegetFollowersIncludingCurrentStatus
method.These methods will return to the following Callback,