Subscription method changes
To accomodate improvements to our subscriptions system, we have a few changes coming to subscriptions methods in the Advanced API.
The first change is that we will be dropping support for the types parameter on vimeo.people.getSubscriptions. It will return all subscription types.
A new parameter is going to be introduced to vimeo.videos.getSubscriptions: offset. The value passed should be the subscription_id from the last video on the previous page (a new field added to the response). Although not required, passing the offset will ensure that there is no overlap or missing videos between pages. As part of these changes, we will also be removing the sort ability for vimeo.videos.getSubscriptions. Results will always be returned with the newest subscription video first.
These changes will take effect in one month, on January 16, 2012, but you should start passing offset as soon as possible.
If you have any questions about these changes, please let us know in the API Forum.