无法删除 Facebook 应用的状态
$ 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
旧 API 的文档指定了这一点; Graph API 的文档中并不太清楚。
The legacy API's documentation specifies this; Its not really clear in Graph API's documentation.
这是正常的,您不能让应用程序编辑用户状态: 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/