我试图使用post -id使用php-graph-sdk删除Facebook帖子(由同一Facebook应用程序创建的相同帖子。
我正在使用新的API v2.9我试图删除帖子,但它显示我错误。
$parameters['deleteResponse'] = $fb->delete('/'. $parameters['facebook_post_id'], array(), $parameters['access_token']);
并且错误是“异常
”Facebook\Exceptions\FacebookAuthenticationException' with message 'Unsupported delete request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
我查看了Facebook api,它显示了我构建删除功能的方式,但根本不起作用......