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.
It’s simple – Make a HTTP DELETE request to
https://graph.facebook.com/{POST_ID_HERE}?access_token=ACCESS_TOKENThe access token needs the publish_stream permission as far as I know, and the Post needs to have been posted with the same app that generated the token.