8000 Add note about video processing_info · tintucraju/codebird-php@ca8677d · GitHub
[go: up one dir, main page]

Skip to content

Commit ca8677d

Browse files
committed
Add note about video processing_info
1 parent 61fba5c commit ca8677d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ if ($reply->httpstatus < 200 || $reply->httpstatus > 299) {
404404
die();
405405
}
406406

407+
// if you have a field `processing_info` in the reply,
408+
// use the STATUS command to check if the video has finished processing.
409+
407410
// Now use the media_id in a Tweet
408411
$reply = $cb->statuses_update([
409412
'status' => 'Twitter now accepts video uploads.',

0 commit comments

Comments
 (0)
0