Pomax / node-flickrapi

A node.js (and client-library) implementation of the Flickr API with oauth API key authentication and API method proxying
177 stars 52 forks source link

rewrite (as major version) as an access object that does not keep the thread open. #77

Open Pomax opened 8 years ago

Pomax commented 8 years ago

it's a weird persistent callback thread breaking thing atm, time to rewrite it as an access object instead, with a major version bump so that it doesn't break preexisting code.