Hmache
Hmache

Reputation: 130

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

Upvotes: 5

Views: 8551

Answers (1)

andyrandy
andyrandy

Reputation: 74004

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.

Upvotes: 9

Related Questions