I have to upload video in dropbox to twitter. this package uploads images successfully but didn't upload dropbox videos.
$uploadedMedia = Twitter::uploadMedia([
'media_type'=>'video/*',
'media' => file_get_contents('https://dl.dropboxusercontent.com/s/3gi43cvzx3axg4k/Shot%20by%20Shintaro%20Shimada_ea754591-de67-4308-891c-07d89b97bff2.mp4?dl=0')
]);
this code shows 400 error
Anybody can help me?
I have to upload video in dropbox to twitter. this package uploads images successfully but didn't upload dropbox videos.
this code shows 400 error
Anybody can help me?