Need Help?

If you are having a problem or need help with Vimeo, please use our Help Center.

  • ICCE plus 2 months ago
    i've assigned a upload permission right now, i'd like to implement the functionality which can support wordpress to upload videos to vimeo. i called get token, response me a invalid or expired token. and the getRequestToken function need a argument: callbackurl. i didn't know what's the callback url mean.
    anyone has already implemented a plugin which upload videos to vimeo?
  • Brad Dougherty staff 2 months ago
    Our PHP client library has support for uploading.
  •  
  • ICCE plus 2 months ago
    brad, my php library also support for uploading, but i didn't know what to do before calling the upload() function. did i need a token? why the token i got every time is invalid or expired?

    regards
  • Brad Dougherty staff 2 months ago
    Yes, you will need a token to upload. Tokens do not expire unless the user revokes it from the vimeo.com/settings/extend page.

    Make sure you're following the process outlined here to get the token: vimeo.com/api/docs/oauth
  • Brad Dougherty staff 2 months ago
    You're probably seeing those errors because of the larger site issues we're having right now. Should be cleared up soon.
  • ICCE plus 2 months ago
    thx for your reply. i indeed use the official php lib

    $v = new phpVimeo('my api key', 'my api secret');
    $v->getRequestonToken(); // this method need a argument callback url, what is that?

    when i got a token, i use '$v->setToken()' to set the oauth_token and oauth_token_secret, last, $v->upload('file on my server');

    thx.
  •  
  • Enda Madden plus 2 months ago
    Hi Brad, both myself and Terry have been working on this for a couple of days. Can you guys please help us get this fixed. Enda
  •  
This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Forum Rules

  1. Be nice: Even if you disagree with someone, you need to keep your tone civil and reasonable.
  2. Keep on topic: Please keep discussions relevant to each topic and avoid multiple topic posts.
  3. Don't Spam: Show restraint with your posting frequency. We're all doing cool stuff on Vimeo, but if we post about it too much, it can be distracting.
  4. Respect the Staff: The entire Community Staff were users once, just like you. We try very hard to answer everyone's questions, so please be cool.
  5. Still have questions? Watch this tutorial.

Advertisement