Brad Dougherty
Brooklyn, NY
brad.dougherty.name
BRAD!

Recent activity

  • Forum comment
    2 days ago
    Brad Dougherty commented on i can't upload the videos to vimeo via advanced api

    You're probably seeing those errors because of the larger site issues we're having right now. Should be cleared up soon.

  • Forum comment
    2 days ago
    Brad Dougherty commented on i can't upload the videos to vimeo via advanced api

    Yes, you will need a token to upload. Tokens do not expire unless the user revokes it from the vimeo.com/settings/extend page. Make sure you're following the process outlined here to get the token: http://www.vimeo.com/api/docs/oauth

  • Forum comment
    2 days ago
    Brad Dougherty commented on V2 Upload (Invalid Manifest)

    The manifest has to be POSTed. I've made it a little clearer in the documentation. It also looks like you're passing a JSON-encoded manifest with the xml_manifest parameter?

  • Forum comment
    3 days ago
    Brad Dougherty commented on Code example for Advanced API

    It's private because methods are designed to be called through the "call" function. You would call people.getInfo, for example, by doing: $info = $vimeo->call('vimeo.people.getInfo', array('user_id' => 'brad')); There's no need to calculate the signature manually, the class handles everything for you.

  • Forum comment
    3 days ago
    Brad Dougherty commented on Link to API Playground does not work

    You can either click the link on the method doc pages, or go directly to it for a particular method: vimeo.com/api/playground/[method_name]

Advertisement

Contacts