如何通过分页获取所有event_member?

发布于 2024-12-29 01:17:01 字数 520 浏览 0 评论 0 原文

我想要获得活动的所有成员,但我没有得到所有成员。我的分页有问题。

例如:

此公共活动约有 12 000 个受邀用户:

http://www.facebook.com/events/318789194806929/

链接获取 5000 名后的用户,结果为空:

https://developers.facebook.com/tools/explorer?method=GET&path=318789194806929%2Finvited%3Foffset%3D5000%26limit%3D20%26format%3Djson

或 fql(所有用户)

SELECT uid, rsvp_status FROM event_member WHERE eid=318789194806929 LIMIT 100000

我如何获取此活动的所有(受邀)用户?

感谢您的所有提示

I want get all members of event, but i dont result all members. I have problem with paging.

For example:

This public event has about 12 000 invited users:

http://www.facebook.com/events/318789194806929/

Link for get users after 5000 and this result is empty:

https://developers.facebook.com/tools/explorer?method=GET&path=318789194806929%2Finvited%3Foffset%3D5000%26limit%3D20%26format%3Djson

or fql(all users)

SELECT uid, rsvp_status FROM event_member WHERE eid=318789194806929 LIMIT 100000

How I get all (invited) users of this event?

Thank you for all hints

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

肤浅与狂妄 2025-01-05 01:17:01

我在 API 中看到,通过图形 API 的大部分内容都有 5000 的最大限制。有时甚至比这个还要低。也许这就是 Facebook 认为在面向公众的 API 中可扩展的程度。他们的合作伙伴 API 的限制可能要少得多。由于您的活动吸引了惊人的 12,000 名用户,您也许可以用一些广告收入来吸引 Facebook 的注意,并成为他们的合作伙伴。 ;)

I've been seeing in the API where there's a 5000 maximum limit on much of everything via the graph API. Sometimes it's even lower than that. Maybe that's the extent as to what Facebook feels is scalable in a public facing API. They might have partner APIs that are far less restrictive. since your event is pulling an amazing 12,000 users, you might be able to bend Facebook's ear with some advertising revenue and become a partner with them. ;)

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