Pomax / node-flickrapi

A node.js (and client-library) implementation of the Flickr API with oauth API key authentication and API method proxying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video support?

VanHoutte opened this issue · comments

Hello

I'm trying to upload videos via the library. When trying to fetch the video via the ID, the Flickr API returns "{ stat: 'fail', code: 1, message: 'Photo not found' }".

I haven't found a lot of regarding the flickr api.

Any has experience with video uploads?

Kind regards
VanHoutte

commented

I haven't built in anything for video support, so I'm not surprised (although of course, a little disappointed) that it doesn't work.

This probably requires a full code path to be written, which I currently don't really have time for myself =(