ntwitter icon indicating copy to clipboard operation
ntwitter copied to clipboard

Asynchronous Twitter REST/stream/search client API for node.js

Results 85 ntwitter issues
Sort by recently updated
recently updated
newest added

I try to use **follow** options in _stream_ function but twitter retuns **406 Not Acceptable** _Returned by the Search API when an invalid format is specified in the request._ **MY...

Hi! What is the method to login to twitter I do not see in the readme? This module of node, allows the login with twitter? Thanks.

Deprecated section on readme.md should have a link to a similar library which this one was deprecated in favour of.

Hey all, You can always use [twode](https://github.com/PunkChameleon/twode) which is an more up-to-date fork of this. @AvianFlu do you want to add this to the deprecated note on the README.md? Wanted...

API canged: https://dev.twitter.com/docs/api/1.1/post/favorites/create [](https://reviewable.io/reviews/avianflu/ntwitter/78)

Hello Guys , i am getting error on my remote linux machine as a connect Econnrefused. Thanks in advance.

How can I refreh a stream params to track more hashtag without relaunch my server ? I have a database wich provides me the track list, and when a new...

Hi, nTwitter gives the following error when I try to connect when behind a proxy. Error: getaddrinfo ENOENT How can we set proxy for the communication ?

I get the following error intermittently, sometimes it works, but most the time I get this. ``` events.js:74 throw TypeError('Uncaught, unspecified "error" event.'); ^ TypeError: Uncaught, unspecified "error" event. at...

Hi, Here you have the code if you would like to use /statuses/lookup entry point ``` javascript /* * LOOKUP Statuses /tweets by ids */ Twitter.prototype.lookup = function(ids, params, callback)...