Answer the question
In order to leave comments, you need to log in
Does Facebook video upload via API work in 2018?
Hello, I remember about a year ago or even more I was uploading videos to facebook through their Graph API (php SDK) and then everything was in order, the videos loaded without problems. Today I'm trying to do the same, according to the same instructions, but the error constantly occurs:
(#100) No permission to publish the video
$data = [
'title' => $title,
'description' => $description,
'source' => $fb->videoToUpload($video),
];
try {
$response = $fb->post('/me/videos', $data, '{ТУТ МОЙ ТОКЕН}');
print_r($response);
} catch (Exception $e) {
echo $e->getMessage();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question