mckelvey / instagram-node-lib

The Instagram Node Lib is a helper library for node that makes communicating with the Instagram API easy.
http://david.mckelveycreative.com/
Other
302 stars 49 forks source link

refactor to follow node async (error, result) api pattern? #26

Open stephenhandley opened 10 years ago

stephenhandley commented 10 years ago

for example Instagram.media.subscribe(options) would accept function(error, result) {...} as second argument etc. etc.

mckelvey commented 10 years ago

@stephenhandley— I am considering rewriting the library to do just this, e.g. less a jQuery model of success/failure and more the node model that has since become prevalent.

stephenhandley commented 10 years ago

awesome, yeah that would great

aj0strow commented 10 years ago

Yeah, unfortunately kinda unusable. Callbacks / promises / events please!

despairblue commented 9 years ago

:+1: