This is a reposition from the vimeo forum, but since no one is responding, I try here:
I’ve been trying to get my head completely for several hours, but it seems to me that this does not work. I want to get thumbnails for private videos using the advanced vimeo api . This is what I have right now:
$vimeo = new phpVimeo($consumer_key, $consumer_secret, $access_token, $access_token_secret); $result = $vimeo->call('vimeo.videos.getThumbnailUrls', array('video_id ' => $video_id));
When I try to do this, I keep getting an error
"Fatal error: Uncaught exception 'VimeoAPIException' with message 'Invalid signature' ".
I am absolutely sure that the keys and secrets are correct. Do I need to do more to make this work? Of course, it would be great to have an example where I just need to put all my key data, and it works.
early!
source share