Salve ragazzi ho la necessità di estrarre l'immagine di anteprima da un video.
Lo dovrei fare tramite json, il fatto è che non riesco ad estrarre l'immagine da 720px.
Ho fatto così, ma non mi esce nulla, nè errori nè altro.
Idee?
Il link da estrarre è:
https://fbcdn-vthumb-a.akamaihd.net..._=1422872671_cf3d63eef79db332df7a30c8041abdd9
Lo dovrei fare tramite json, il fatto è che non riesco ad estrarre l'immagine da 720px.
Ho fatto così, ma non mi esce nulla, nè errori nè altro.
PHP:
<?php
/*
10152765849330530
https://www.facebook.com/video.php?v=10152765849330530&set=vb.48166220529&type=2&theater
*/
$id = "10152765849330530";
$xml = @file_get_contents('https://graph.facebook.com/' . $id);
$result = @json_decode($xml);
//var_dump($result);
echo "<br>";
echo "<br>";
echo "<br>";
echo "<br>";
echo "<br>";
$result = $result->format->picture;
echo $result;
?>
Idee?
Il link da estrarre è:
https://fbcdn-vthumb-a.akamaihd.net..._=1422872671_cf3d63eef79db332df7a30c8041abdd9