1

As far as I understand Facebook allowes you (through the API) to post on your friends wall.

Is it possible to delete that post (if I created it) just like I can delete a post to my own wall?

If yes how do I go about it?

Any help would be greatly appreciated.

4

1 に答える 1

1

簡単です - HTTP DELETE リクエストを作成しますhttps://graph.facebook.com/{POST_ID_HERE}?access_token=ACCESS_TOKEN

私の知る限り、アクセス トークンには publish_stream 権限が必要であり、トークンを生成したのと同じアプリで投稿が投稿されている必要があります。

于 2012-06-21T20:50:29.470 に答える