PDA

View Full Version : Videos and the API


pth
Dec-05-2007, 10:25 AM
I see my video in the images from an API call. I also see the format tagged as 'MP4'. However the original URL points to an image and not the video. For the most part it would appear that I could "guess" the proper URLs, but this should probably be exposed in the images.get/images.getURLs calls either in the existing URLs or in new video specific URLs.

Thanks
pth

devbobo
Dec-05-2007, 11:22 AM
yeah, i'm a bit lagged on this, i'm actually working on it atm.

i'm adding the following parameters (if they exist)...

- Video320URL
- Video640URL
- Video960URL
- Video1280URL

Cheers,

David

devbobo
Dec-05-2007, 05:00 PM
This change is now live fpr api versions 1.2.0/1.2.1 :thumb

pth
Dec-05-2007, 05:21 PM
Thanks I just verified this against my Ruby API in both 1.2.0 and 1.2.1 and it works perfect.

pth