无法使用Facebook应用删除状态

时间:2011-08-26 09:58:00

标签: facebook-graph-api oauth

$ 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"}}

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

2 个答案:

答案 0 :(得分:1)

  

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

     

“您的申请可能只会删除通过它创建的帖子”

遗留API的文档指定了这一点;在Graph API的文档中并不是很清楚。

答案 1 :(得分:0)

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