CodeS adlı üyeden alıntı: mesajı görüntüle
if ($post = $this->doApiCall('video/upp', array(
'device_timestamp' => time(),
'video' => '@' . $filename
)))

bu şekilde deneyin hocam
Teşekkürler arkadaşlar, dediğiniz gibi yapınca düzeldi. Fakat şimdide şöyle bir hata alıyorum..

Hiç anlamıyorum şu PHP'den


[17-Feb-2016 12:29:28 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'Please supply a valid, readable image' in /home/....../aa_post.php:41
Stack trace:
#0 /home/..../aa.php(8): aa_post->doPostImage('test.jpg', 'My image')
#1 {main}
thrown in /home/...../aa_post.php on line 41

41inci satırda şöyle;

       if (!is_readable($filename)) {
            throw new Exception('Please supply a valid, readable image');
        }