debounce
He has not updated the profile yet.

Recent activity

  • Forum comment
    2 months ago
    debounce commented on OAuth - Invalid Signature Error

    Hi, I am getting the following return JSON object back: {"generated_in":"0.2738","stat":"fail","err":{"code":"303","expl":"The oauth_signature passed was not valid","msg":"Invalid signature"}} My request URL is: http://vimeo.com/api/rest/v2?oauth_nonce=4199684150&oauth_timestamp=1255918283&oauth_consumer_key=a915************ace4&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_signature=JnzG5YXDc0oPwwUCxIeRyLBok3E%3D&format=json&method=vimeo.videos.getByTag&tag=vimeo However, I believe I am creating the OAuth request correctly: I am using a Python library to create my OAuth signature: consumer = {'oauth_token': API_KEY, 'oauth_token_secret': API_TOKEN} request = OAuthRequest('http://vimeo.com/oauth/request_token') request.sign_request(OAuthSignatureMethod_HMAC_SHA1, consumer) The URL for the python library is: http://code.daaku.org/python-oauth/ I have deliberately placed "*" in place of parts of my consumer key. Please advise if I am doing anything wrong?!? Thanks, Herbert

  • Forum comment
    3 months ago
    debounce commented on getByTag appears broken

    Hi, I have used the sandbox and when I did a search for 'vimeo' it appears it is returning this: { "generated_in":"0.0797", "stat":"ok", "videos":{ "on_this_page":"0", "page":"1", "perpage":"", "total":"1000" } } instead of returning the video information (eg. video_id's etc.) as stated in the documentation. Has the API changed? Thanks, Herb

  • Forum comment
    4 months ago
    debounce commented on vimeo.videos.getInfo does not appear to work

    Sorry to harass you again, but it appears vimeo.videos.getInfo does not work. I tried to pull up a video using the playground and it appears to not work (eg. video_id = 2120521) even though the privacy for the video is set to 'anybody'.

  • Forum comment
    4 months ago
    debounce commented on vimeo.videos.getByTag playground does not appear to work

    Thanks, it works now.

  • Forum comment
    4 months ago
    debounce commented on vimeo.videos.getByTag playground does not appear to work

    Hi, I am having troubles in using the playground: http://www.vimeo.com/api/docs/methods/vimeo.videos.getByTag I have tried the following as a tag name (as a test): vimeo I have tried selecting: ->Sign call as with full permissions, ->Sign call with no token ->Do not sign call I then go to the URL generated but I get no JSON/XML or PHP data for any of the above options. Is there a problem with my account? Is the playground restricted to v1 of the API? My username is: user2094262 Thank you for your assistance in this matter.

Advertisement

Contacts

He has no contacts yet.