Hi, is there a setting to post a video privately and generate a visibility link used in a site.
So that the video is only visible on the site and not on Dailymotion.
$videoTitle = $title;
$channel = 'auto';
$postvideo = $api->post(
'/me/videos',
array(
'url' => $url,
'title' => $videoTitle,
//'tags' => 'dailymotion,api,sdk,test',
'channel' => $channel,
'published' => true,
'is_created_for_kids' => false,
)
);
Hi, is there a setting to post a video privately and generate a visibility link used in a site.
So that the video is only visible on the site and not on Dailymotion.
Best Regards