how to delete video

2019-08-03 20:34发布

i can upload video to my facebook page via graph api. and i cant delete this video.

i trying this but not work (php sdk)

$facebook->api("/VIDEO_ID", "DELETE", array('access_token' => 'ACCESS_TOKEN'));

this request responsing bellow error

GraphMethodException: Unsupported delete request.

but i can deleting this way any feed post

i have manage_pages permission.

im sorry for my bad english

1条回答
Viruses.
2楼-- · 2019-08-03 20:44

It's not supported to delete videos via the API

查看更多
登录 后发表回答