Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我被邀请(回复而不是回复)的 Facebook 事件存储到我的个人数据库中。
我已经创建了一个 facebook 应用程序,并且正在使用带有 PHP SDK 的 facebook API。
我该怎么做?
事件可以通过图形 api 访问,其 url 如下:
https://graph.facebook.com/<user_id>/events?access_token=<user_access_token>
要完成这项工作,您必须请求user_events 许可。有关文档中图形 api 中的事件对象的更多信息。
user_events