Solicitando la información de un Clip o Anuncio
soporte, ws.webtv, api, clips, get
Variables GET específicas para esta solicitud:
Var | Valor | Descripción |
go | clips | La sección del API |
do | get | La acción del API |
iq | ID Clip | ID del Clip o Anuncio |
URL Resultante:
La URL de solicitud resultante sería similar a la siguiente (no se olvide de añadir la información requerida key, timestamp, salt and signature):
https://....../api.php?go=clips&do=get&iq={id_clip}&{información requerida}
La siguientes variables POST son opcionales.
Var | Valor | Descripción |
generateEmbedCode | (int) 0|1 | Si es 1, se generarán los códigos Embed correspondientes. |
embedWidth | (int) width | Ancho del código Embed (en pixels) |
embedHeight | (int) height | Alto del código Embed (en pixels) |
embedURLVars | (string) "&var1=value1..." | Variables URL del reproductor de vídeo para el código Embed (consulte las posibles variables aquí) |
Si la solicitud es exitosa, recibirá una respuesta conteniendo:
• data: La información del Clip.
• media: La lista de medios (archivos de vídeo) asociados al Clip.
• media_mbr: [WS.WebTV 1.9+] Las URLs Multi-Bitrate asociadas al Clip (Flash/F4M, HTML5/DASH).
• subtitles: La lista de subtítulos del Clip.
• interactivities: [WS.WebTV 1.9+] La lista de Interactividades.
• channels: La lista de Canales donde el Clip está incluido.
• categories: La lista de Categorías a las que está asociado el Clip.
Ejemplo:
{ "data" : { "ad_is_channel_mid_roll" : "0" , "ad_is_channel_pre_roll" : "0" , "ad_is_clip_pre_roll" : "0" , "ad_link" : "" , "ad_policy" : "0" , "admin_template" : "" , "allow_comments" : "1" , "aspect" : "1.78" , "clicks" : "0" , "date" : "1381911153" , "date_formatted" : "16\/10\/2013 10:12:33 AM" , "date_lastmod" : "1423210557" , "date_lastmod_formatted" : "06\/02\/2015 09:15:57 AM" , "description" : "<p>Clip description<\/p>" , "description_seo" : "Clip description" , "dislikes" : "1" , "dislikes_formatted" : "1" , "downloadable" : "0" , "downloadable_condition" : "0" , "downloadable_xfiles" : "" , "duration" : "8" , "duration_formatted" : "00:08" , "id" : "45" , "id_imdb" : "" , "id_import" : "" , "id_user" : "1" , "img_icon" : "http:\/\/......\/uploads\/images\/clip_45_1390047394_icon.jpg" , "img_poster" : "http:\/\/......\/uploads\/images\/clip_45_1390047394_poster.jpg" , "img_social" : "http:\/\/......\/uploads\/images\/clip_45_1390047394_social.jpg" , "img_thumbnail" : "http:\/\/......\/uploads\/images\/clip_45_1390047394_thumb.jpg" , "interactivity_randomization" : "0" , "interactivity_spacing" : "1" , "interactivity_start_delay" : "1" , "interactivity_timing" : "0" , "is_3d" : "0" , "is_360" : "0" , "is_ad" : "0" , "is_featured" : "1" , "is_indexable" : "1" , "is_searchable" : "1" , "is_skippable" : "1" , "is_skippable_after" : "0" , "is_visitable" : "1" , "likes" : "1" , "likes_formatted" : "1" , "privacy" : "0" , "privacy_access_level" : "99" , "socialize" : "1" , "sprite_img" : "http:\/\/......\/uploads\/images\/clip_45_1390926596_sprite.jpg" , "sprite_vtt" : "http:\/\/......\/uploads\/images\/clip_45_1390926596_sprite.vtt" , "status" : "1" , "status_moderation" : "1" , "store_on_sale" : "0" , "store_play_trailer" : "1" , "tags" : "tag1, tag2, tag3, tag4" , "title" : "This is a sample Clip" , "title_url" : "this-is-a-sample-clip" , "type" : "1" , "type_name" : "streamclip_vod" , "url" : "http:\/\/......\/index.php\/video\/45\/ws-webtv\/" , "user_alias" : "WebTV" , "user_url" : "http:\/\/......\/index.php\/portal\/user\/1\/webtv\/" , "views" : "346" , "views_complete" : "42" , "views_complete_formatted" : "42" , "views_embed" : "7" , "views_embed_formatted" : "7" , "views_formatted" : "346" , "views_page" : "206" , "views_page_formatted" : "206" }, "media" : { "0" : { "id" : "4843" , "id_quality" : "2" , "vod_flash" : "http:\/\/......\/uploads\/movies\/myvideo-hq.mp4" , "vod_html5_h264" : "http:\/\/......\/uploads\/movies\/myvideo-hq.mp4" , "vod_html5_webm" : "" , "live_flash" : "" , "live_ios" : "" , "live_rtsp" : "" , "live_ms" : "" , "embed_flash" : "" , "embed_html5" : "" , "vod_flash_trailer" : "" , "vod_html5_h264_trailer" : "" , "vod_html5_webm_trailer" : "" }, "1" : { "id" : "4844" , "id_quality" : "3" , "vod_flash" : "http:\/\/......\/uploads\/movies\/myvideo-normal.mp4" , "vod_html5_h264" : "http:\/\/......\/uploads\/movies\/myvideo-normal.mp4" , "vod_html5_webm" : "" , "live_flash" : "" , "live_ios" : "" , "live_rtsp" : "" , "live_ms" : "" , "embed_flash" : "" , "embed_html5" : "" , "vod_flash_trailer" : "" , "vod_html5_h264_trailer" : "" , "vod_html5_webm_trailer" : "" }, "2" : { "id" : "4845" , "id_quality" : "1" , "vod_flash" : "" , "vod_html5_h264" : "" , "vod_html5_webm" : "" , "live_flash" : "" , "live_ios" : "" , "live_rtsp" : "" , "live_ms" : "" , "embed_flash" : "" , "embed_html5" : "" , "vod_flash_trailer" : "http:\/\/......\/uploads\/movies\/myvideo-low.mp4" , "vod_html5_h264_trailer" : "http:\/\/......\/uploads\/movies\/myvideo-low.mp4" , "vod_html5_webm_trailer" : "" } }, "media_mbr" : { }, "subtitles" : [], "interactivities" : { "settings" : { "timing" : "absolute" , "start_delay" : -1, "spacing" : -1, "randomize" : -1 }, "list" : [ { "clicks" : "18" , "closable" : "1" , "contentType" : "vast" , "duration" : -1, "end" : "8" , "height" : "0" , "id" : "141" , "link" : "" , "relative_position" : -1, "start" : "5" , "views" : "529" , "width" : "0" }, { "clicks" : "1" , "closable" : "0" , "content" : "Click aquí para más información!" , "contentType" : "text" , "duration" : -1, "end" : "4" , "height" : "0" , "id" : "142" , "relative_position" : -1, "start" : "1" , "views" : "381" , "width" : "0" } ] }, "channels" : [{ "id" : "1" , "title" : "Video Channel 1" }], "categories" : [{ "id" : 7, "title" : "Animation" , "breadcrumb" : [{ "id" : "1" , "title" : "Movies" }, { "id" : 7, "title" : "Animation" }] }] } |
Si la solicitud no es exitosa (por ejemplo, si la Credencial no tiene permiso OBTENER), recibirá una respuesta como la siguiente:
{ "error" : "REQUEST_ERROR" , "error_long" : "Permission error: GET" } |
Posibles Mensajes de Error
Además de los errores generales, esta solicitud puede devolver los siguientes errores:
• REQUEST_ERROR | Invalid Clip ID:
El ID del Clip no es numérico o es menor que 1.
• REQUEST_ERROR | Clip not found, inactive or restricted:
No fue posible encontrar un Clip con el ID suministrado.
Preparando los datos GET y POST.
1 2 3 4 5 6 7 8 9 | // Las variables GET $GET_VARS = array ( "go" => "clips" , "do" => "get" , "iq" => 45 ); // Las variables POST $POST_VARS = array (); |
Generando salt, timestamp, signature y enviando la solicitud
*** El siguiente bloque de código es común para todas las solicitudes firmadas ***
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | // Recopilando la información del API y URL Base $API_KEY_ID = "1b323a1cb879fd4e66530fbad07a32ee" ; $API_SHARED_SECRET = "MWIzMjNhMWNiODc5ZmQ0ZTY2NTMwZmJhZDA3YTMyZWViOTQ3MDJiOGM2ZTU2NjE3" ; // Mantenga esto en un lugar seguro!!! // Generando salt y timestamp $salt = md5(mt_rand()); $timestamp = time(); // Generando la firma de validación // - Método por defecto: usando base64_encode(hash_hmac(...)) $signature = base64_encode (hash_hmac( 'sha256' , $salt . $timestamp , $API_SHARED_SECRET , true)); // comentar esta línea si se utiliza el otro método // - Método simplificado - disponible desde v60: usando md5(). // Este método requiere que la variable $API_SIGNATURE_GENERATION_MODE = 1; en el archivo config/Config.inc.php.<br> // $signature = md5($salt."-".$timestamp."-".$API_SHARED_SECRET); // debe "des-comentar" esta línea si se utiliza el método simplificado // Añadiendo timestamp, salt, key y signature a las variables GET $GET_VARS [ "timestamp" ] = $timestamp ; // UTC timestamp $GET_VARS [ "salt" ] = $salt ; $GET_VARS [ "key" ] = $API_KEY_ID ; // The API Key ID: This is public and is used by the API to identify the application; $GET_VARS [ "signature" ] = $signature ; // Creando la URL de la solicitud. Tenga presente que si no utiliza la función interna de PHP // para crear la solicitud HTTP entonces no se olvide de codificar los valores con URL Encode $REQUEST_URL = $API_URL . "?" .http_build_query( $GET_VARS ); // Lo anterior construirá una URL del como .../api.php?go=api_subject&do=api_action&etc... // Creando un recurso cURL con las opciones apropiadas $ch = curl_init(); curl_setopt( $ch , CURLOPT_URL, $REQUEST_URL ); curl_setopt( $ch , CURLOPT_POST, true); curl_setopt( $ch , CURLOPT_RETURNTRANSFER, true); curl_setopt( $ch , CURLOPT_HEADER, false); curl_setopt( $ch , CURLOPT_POSTFIELDS, $POST_VARS ); // If your PHP host does not have a valid SSL certificate, you will need to turn off SSL // Certificate Verification. This is dangerous (!), and should only be done temporarily // until a valid certificate has been installed curl_setopt( $ch , CURLOPT_SSL_VERIFYHOST, false); // Turns off verification of the SSL certificate. curl_setopt( $ch , CURLOPT_SSL_VERIFYPEER, false); // Turns off verification of the SSL certificate. // Enviando la solicitud al API $response = curl_exec( $ch ); // Procesando la respuesta if (! $response ) { echo 'Llamada al API falló' ; } else { print_r(json_decode( $response ,true)); } |