如何使用 Twitter API 获取好友的下一页?
我正在使用从下载的 api twitterizer2 http://code.google.com/p/twitterizer/downloads/list 但是当我尝试获取某个用户的好友时,我得到了 100 个好友,但是 我无法通过 NextPage 功能找到接下来的 100 个朋友。 我该如何处理这个...?
Twitterizer.TwitterUserCollection userFollowing =
Tw.TwitterUser.GetFriends(tokens,TwitterUrl);
Twitterizer.TwitterUserCollection page2=userFollowing.NextPage;
当我进入下一页时,它返回相同的 100 个用户。
I am using the api twitterizer2 downloaded from
http://code.google.com/p/twitterizer/downloads/list
but when I try to get the friends of a user I get 100 friends but
I can't get the next 100 friends through the NextPage function.
How can I handle this...?
Twitterizer.TwitterUserCollection userFollowing =
Tw.TwitterUser.GetFriends(tokens,TwitterUrl);
Twitterizer.TwitterUserCollection page2=userFollowing.NextPage;
When I get the next page it returns the same 100 users.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
分页功能仍在测试阶段。我计划在发布 Beta 2 之前解决这个问题。
请将其他问题发送到我们的邮件列表: http://groups.google.com/group/twitterizer
Paging is still being worked out in the beta. I'm planning on having it worked out before I release Beta 2.
Please send additional questions to our mailing list: http://groups.google.com/group/twitterizer