vimeo
vimeo copied to clipboard
get_request_token is failing
When I run the following code in a rails console, I get the OAuth::Unauthorized: 401 Unauthorized error.
base = Vimeo::Advanced::Base.new(ENV["consumer_key"], ENV["consumer_secret"])
request_token = base.get_request_token
Is this part of the gem broken with the current API.
Same thing happens for me.
someone solved this?