Open AlainPilon opened 10 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.
:+1:
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.
There is a version 3 of the API available for a while, anyone has a working fork?