开发者

Can't delete status with Facebook app

开发者 https://www.devze.com 2023-03-31 03:30 出处:网络
$ curl -X DELETE \"https://graph.facebook.com/637556776_241445419214379?access_token={token}\" {\"error\":{\"type\":\"OAuthException\",\"message\":\"(#200) This post wasn\'t created by the applicati开
$ curl -X DELETE "https://graph.facebook.com/637556776_241445419214379?access_token={token}"

{"error":{"type":"OAuthException","message":"(#200) This post wasn't created by the applicati开发者_如何学运维on"}}

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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消