If you are having a problem or need help with Vimeo, please use our Help Center.
Community Forums / API / i can't upload the videos to vimeo via advanced api
- Be nice: Even if you disagree with someone, you need to keep your tone civil and reasonable.
- Keep on topic: Please keep discussions relevant to each topic and avoid multiple topic posts.
- 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.
- 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.
- Still have questions? Watch this tutorial.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

anyone has already implemented a plugin which upload videos to vimeo?
regards
Make sure you're following the process outlined here to get the token: vimeo.com/api/docs/oauth
$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.