When a user adds a comment to a post on the wall of an App Profile page, the app page owner can click a box and select Remove Comment.
Now Im trying to use graph api to access those comments. so I try curl -X DELETE https://graph.facebook.com/long_comment_ID?access_token=apptoken and I get {"error":{"type":"OAuthException","message":"(#200) The user hasn't authorized the application to perform this action"}}
I don't see how this makes sense.
publish_streampermission? – chesles Aug 29 '11 at 23:42