Active
Project:
Feeds: Vimeo
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2011 at 20:57 UTC
Updated:
1 Oct 2012 at 18:22 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | FeedsVimeoParser.txt | 10.92 KB | soulston |
Comments
Comment #1
soulston commentedI 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:
NB. I changed the extension from .inc to .txt to allow me to upload it.
Comment #2
soulston commentedI 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:
NB. I changed the extension from .inc to .txt to allow me to upload it.