如何使用 Twitter API 获取好友的下一页?

发布于 2024-08-25 01:24:33 字数 485 浏览 3 评论 0原文

我正在使用从下载的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ偶尔ゞ 2024-09-01 01:24:34

分页功能仍在测试阶段。我计划在发布 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文