Just a quick note to say I'm interested in this module and plan to test... any more developments since you posted your sandbox. Will try it out and report back.

CommentFileSizeAuthor
#1 FeedsVimeoParser.txt10.92 KBsoulston

Comments

soulston’s picture

StatusFileSize
new10.92 KB

I used this but to get private albums and private video's within those albums.

I thought I would upload the updated code - it was a fairly quick implementation and since I didn't need to just get user video's I removed those options from the form rather than giving the user the option - the main reason I uploaded this is too allow you to add a vimeo_access_token and vimeo_access_token_secret in the case that you might want to access private/hidden video's. I know the details are stored in the db as plain text but it was fine for my needs.

The __construct function in vimeo-php-lib/vimeo.php allows the passing of these details:

public function __construct($consumer_key, $consumer_secret, $token = null, $token_secret = null)

NB. I changed the extension from .inc to .txt to allow me to upload it.

soulston’s picture

I used this but to get private albums and private video's within those albums.

I thought I would upload the updated code - it was a fairly quick implementation and since I didn't need to just get user video's I removed those options from the form rather than giving the user the option - the main reason I uploaded this is too allow you to add a vimeo_access_token and vimeo_access_token_secret in the case that you might want to access private/hidden video's. I know the details are stored in the db as plain text but it was fine for my needs.

The __construct function in vimeo-php-lib/vimeo.php allows the passing of these details:

public function __construct($consumer_key, $consumer_secret, $token = null, $token_secret = null)

NB. I changed the extension from .inc to .txt to allow me to upload it.