Benjamin David
The Alps, France
I love playing guitar, taking photos, making videos, I don't like coffee, I like orange juice better.

ExpressionEngine Add-Ons : duktee.com
Company : dukt.fr

Recent activity

  • upload
    1 month ago
    Benjamin David uploaded Untitled
  • like
    2 months ago
    Benjamin David likes Skipping Slow Motion
  • Forum comment
    2 months ago
    Benjamin David commented on Internal Server Error with vimeo.videos.search

    Hello, I've made a script that makes use of vimeo.videos.search method and with some specific options, it bugs. I've tested with the vimeo's playground with the same options and it bugs again. Here are the options I've used when calling the method vimeo.videos.search with my username and full permissions : full_response = 1 per_page = 20 query = talisman (response format : PHP) I don't get why the server doesn't like this request and would appreciate some help on this. Thank you very much

  • like
    5 months ago
    Benjamin David likes Babyshambles Live from Benicassim 09
  • Forum comment
    7 months ago
    Benjamin David commented on Able to set like for a video but unset won't work

    Hey there, I have almost exactly the same request for setting and unsetting video likes. Of the two function below, the first one (like = true) works, and the second one (like = false) doesn't. It returns the "Invalid Signature" error. function add_favorite($video_id) { $vimeo = $this->vimeo; $params = array( 'video_id' => $video_id, 'like' => true ); $vimeo->call('vimeo.videos.setLike', $params); } function remove_favorite($video_id) { $vimeo = $this->vimeo; $params = array( 'video_id' => $video_id, 'like' => false ); $vimeo->call('vimeo.videos.setLike', $params); } This is kind of driving me crazy, I just can't manage to get what's wrong... Thanks for helping !

Advertisement

Contacts