cloudkey-php
cloudkey-php copied to clipboard
Dailymotion Cloud PHP client API
How could I sort a media.search listing result in created desc order? `$res = $cloudkey->media->search(array( 'per_page' => 6, 'page' => 1, 'fields' => array('id', 'meta.title'), 'sort' => array(array('-created')), 'query' =>...
I'm using the `media.search` api call for displaying paginated list, is there a way to get the number of pages depending of a query search and the number of items...
Bonjour, j'essaye d'utiliser ce code $res = $dm->media->info(array('id' => $video->dmId, 'fields' => array('id','meta.title', 'embed_url','frame_ratio','assets.jpeg_thumbnail_source.stream_url','assets.jpeg_thumbnail_small.stream_url','assets.jpeg_thumbnail_medium.stream_url','assets.jpeg_thumbnail_large.stream_url','assets.source.duration', 'created', 'meta.title' ) )); en local tout est OK mais une fois en ligne j'ai ce...
Hi, By using PHP SDK, when I use get_embed_url() method of a media object, the choice of assets is not good. Example on my website : http://dev.dryss.com/mjtutoriels/modules/videos/player/video.php?id_product=58&file=2 This video has...
Hello, i'm confuse, because when i try to use the upload_file method in my php script, i have this error : Fatal error: Call to undefined method CloudKey_Api::upload() I use...
Hi, In the API doc, in the different asset list, I can see for the mp4 files that there are iPhone 4 / iPad compatible. What does it mean ?...