Facebook api 删除事件 100% 不起作用
我正在开发一个使用 facebook api 创建事件的网站。如果用户决定再次删除该活动,他们可以这样做,这在我的网站上效果很好,这意味着该活动也将在 Facebook 上删除。到目前为止,一切都很好。但用户也可以使用已经(通过 facebook.com)创建的事件并将其链接到我的网站上创建的事件。当用户删除该事件时,Facebook 上的事件不会被删除。 这是一种安全机制还是我的访问权限错误?
I am developing a website that uses facebook api to create events. If the user decides they want to delete the event again, they can do so which works fine with my website, meaning the event will also be deleted on facebook. So far so good. But the user can also use an already (via facebook.com) created event and link it to the event created on my website. When the user deletes that event, the event on facebook is not deleted.
Is that a security mechanism or do I have the access rights wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为不可能删除不是您的应用程序创建的事件,您正在使用哪些 API 调用以及您在尝试时收到了哪些错误消息?
I don't think it's possible to delete events your application didn't create, what API calls are you using and what error messages are you receiving when you try?