Skip to playerSkip to main content
  • 11 years ago
$url = $api->uploadFile('/path/to/your/video.mp4');
$api->post(
'/videos',
array(
'url' => $url,
'title' => 'Dailymotion PHP SDK upload test',
'tags' => 'dailymotion,api,sdk,test',
'channel' => 'videogames',
'published' => true,
)
);
Comments

Recommended