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

Question #34

Closed datpham23 closed 9 years ago

datpham23 commented 9 years ago

I’m trying to get a list of the subscriptions and returning it for my api. However its just returning false, I realize this is async call, so how can a hold of the subscriptions list?

express.get(path.join(root,"subscriptions"), function(req,res){ res.json( Instagram.subscriptions.list()); });

datpham23 commented 9 years ago

NVM found the answer.