How to implement a callback function while using the twitter api on Node.js – Twitter-api
I am working with the twitter api trying to get both tweets and mentions of a particular user however i am only able to get one particular set of tweets at a time. According to a similar question i have…