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
303 stars 49 forks source link

wrong doc or code bug #16

Open andreabalducci opened 11 years ago

andreabalducci commented 11 years ago

Instagram.tags.unsubscribe_all() throws because params is undefined.

InstagramTags.prototype.unsubscribe_all = function(params) { params['object'] = 'tag'; return this.parent.subscriptions._unsubscribe(params); };

obihann commented 10 years ago

I just noticed a similar issue with Instagram.media.popular(). The docs say it can be called without any params however it throws the exact same error. I will be doing a fork and pull request later today (if time allows) to fix this.