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

Hmache picture Hmache · Jan 20, 2015 · Viewed 7.1k times · Source

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

Answer

luschn picture luschn · Jan 20, 2015

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.