matthooks / vimeo

A full featured Ruby implementation of the Vimeo API
http://blackholeinthemidwest.com/
MIT License
331 stars 85 forks source link

Vimeo API v3 compatibility #55

Open AlainPilon opened 10 years ago

AlainPilon commented 10 years ago

There is a version 3 of the API available for a while, anyone has a working fork?

KieranP commented 9 years ago

:+1: The latest Vimeo API uses OAuth2, which sends a code back in the initial response, rather than a oauth_token and oauth_verifier that is needed to instantiate the advanced vimeo class in this gem. As a result, we're having to create our own method for getting the access token.

nlsrchtr commented 9 years ago

:+1:

danielbonnell commented 8 years ago

Any plans to add compatibility with v3 of the API? I'd love to use this for a project but the API now requires Oauth2.