instagram-node-lib
instagram-node-lib copied to clipboard
refactor to follow node async (error, result) api pattern?
for example Instagram.media.subscribe(options) would accept function(error, result) {...} as second argument etc. etc.
@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.
awesome, yeah that would great
Yeah, unfortunately kinda unusable. Callbacks / promises / events please!
:+1: