Search code examples
phpfacebookgraphfacebook-apps

How to delete post in facebook by id using php, graph API


Can someone tell me how can I delete my own posts in facebook by id using PHP , graph API I'd searched in google but I didn't find anything :(

Thanks in advance


Solution

  • https://developers.facebook.com/docs/graph-api/reference/v2.2/post#deleting

    Important:

    An app can delete a post if it published it

    Which means, you can NOT delete posts created without the App.