I am trying to delete Facebook post by using php-graph-sdk using post_id (Same post created by same Facebook application.
I am using new API v2.9 I tried to delete post but it shows me error.
$parameters['deleteResponse'] = $fb->delete('/'. $parameters['facebook_post_id'], array(), $parameters['access_token']);
and error is `exception
Facebook\Exceptions\FacebookAuthenticationException' with message 'Unsupported delete request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
I check Facebook api and it shows the same way i construct delete function but doesn't work at all...