vimeo icon indicating copy to clipboard operation
vimeo copied to clipboard

get_request_token is failing

Open lubaochuan opened this issue 10 years ago • 2 comments

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.

lubaochuan avatar Aug 12 '15 19:08 lubaochuan

Same thing happens for me.

ryanckulp avatar Jan 10 '16 02:01 ryanckulp

someone solved this?

14tinchov avatar Jul 20 '17 16:07 14tinchov