Facebook PHP API - 允许用户将事件添加到 Facebook 页面
我有一个 facebook API 集成,我几乎已经完成集成,但我坚持最后一件事。
该页面的想法是用户可以将事件添加到页面墙本身。我可以让它向他们的个人活动添加一个事件,如果我循环遍历我自己的 (/me/accounts),我可以获得一个访问令牌,该令牌会将事件发布到页面的墙上。
有谁知道如何让用户添加事件。
PS>我有manage_pages、create_events、offline_access 权限等(如果有用的话)。
提前致谢
I have a facebook API integration that I have almost finshed integrating, but am stuck with one last thing.
The idea of the page is that users can add an event to the page's wall itself. I can get it to add an event to their personal events, and if I loop through my own (/me/accounts) I can get an access token which does post the event to the page's wall.
Does anyone know how you let the users add the events.
PS> I have the manage_pages, create_events, offline_access permissions etc if that's useful.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为,为了为页面添加事件,您必须成为它的管理员,这就是为什么它允许您添加事件但不允许其他用户创建事件。
What i think is, in order to add an event for the page, you have to be the Admin for it, thats why it is letting you add events but wont let other users create events.