如何使用 Graph Api iphone dev 获取 Facebook 事件的事件管理员?

发布于 2024-12-10 16:32:01 字数 91 浏览 0 评论 0原文

任何人都可以帮我解决如何使用图形 API 从 facebook 获取事件管理吗?我还搜索 facebook 提供给我们的事件字段,但无法获取管理字段,请提前帮助我,谢谢

Can any one help me on that how can i get Admin of events from facebook using graph api, i also search field of event which facebook provided to us but couldn't get admin field, kindly help me on that thanks in advance

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

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

发布评论

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

评论(2

清欢 2024-12-17 16:32:01

你可以试试这个:

https://graph.facebook.com/{event_id}/admins

You can try this:

https://graph.facebook.com/{event_id}/admins
メ斷腸人バ 2024-12-17 16:32:01

使用 FQL,查询 event 表 (https://developers.facebook.com/docs/reference/fql/event/) 并读取创建者(创建该事件的用户的 ID)。他们很可能应该是该活动的管理员之一。

Using FQL, query the event table (https://developers.facebook.com/docs/reference/fql/event/) and read the creator (id of user who created the event). More than likely they should be one of the admins for the event.

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