Open
Description
I pass the correct parameters for checking the status for a video upload as:
$cb->media_upload([
'command' => 'STATUS',
'media_id' => $mediaId,
]);
"message" : "media parameter is missing."
as the response, but trying what should be an identical call in postman gets the correct response of it finished either successfully or fail, rather than missing parameter.
My only thought is it is probably trying a POST request when it should be a GET request.
Metadata
Metadata
Assignees
Labels
No labels