by Arnold60 » Thu Aug 12, 2010 8:23 pm
Hey there,
I'm using advanced api, and few days ago everything worked fine. Now there is a problem.
=====
require_once('../include/vimeo.php');
session_start();
// Create the object and enable caching
$vimeo = new phpVimeo('my_key', 'my_secret');
$videos = $vimeo->call('vimeo.videos.getAll',array("user_id"=>"1363746","full_response"=>"1"));
die(var_dump($videos));
==
Documentation informs that vimeo.videos.getAll doesn't require authentication
The problem is that the "call" returns false.
fol-studio.pl/en/filmowanie.php
While few days ago it returned information it should have.
If it's a problem of token and token_secret could anyone provide us with sample code?
____________________________