无法删除 Facebook 应用的状态

发布于 2024-09-24 01:43:37 字数 257 浏览 2 评论 0原文

$ curl -X DELETE "https://graph.facebook.com/637556776_241445419214379?access_token={token}"

{"error":{"type":"OAuthException","message":"(#200) This post wasn't created by the application"}}

访问令牌是新生成的,并且具有分配的所有权限。

$ curl -X DELETE "https://graph.facebook.com/637556776_241445419214379?access_token={token}"

{"error":{"type":"OAuthException","message":"(#200) This post wasn't created by the application"}}

The access token is freshly generated, and has all the permissions assigned.

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

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

发布评论

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

评论(2

久隐师 2024-10-01 01:43:37

https://developers.facebook.com/docs/reference/休息/stream.remove/

“您的应用程序只能删除通过它创建的帖子”

旧 API 的文档指定了这一点; Graph API 的文档中并不太清楚。

https://developers.facebook.com/docs/reference/rest/stream.remove/ :

"your application may only remove posts that were created through it"

The legacy API's documentation specifies this; Its not really clear in Graph API's documentation.

情归归情 2024-10-01 01:43:37

这是正常的,您不能让应用程序编辑用户状态: https:// Developers.facebook.com/docs/reference/api/status/

This is normal, you can't have an application editing a user status : https://developers.facebook.com/docs/reference/api/status/

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