node-twitter icon indicating copy to clipboard operation
node-twitter copied to clipboard

Client library for the Twitter REST and Streaming API's.

Results 100 node-twitter issues
Sort by recently updated
recently updated
newest added

## Version **0.6.0** of [deep-extend](https://github.com/unclechu/node-deep-extend) was just published. Dependency deep-extend Current Version 0.5.1 Type dependency The version **0.6.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **9.0.18** of [nock](https://github.com/node-nock/nock) just got published. Branch Build failing 🚨 Dependency nock Current Version 9.0.17 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

Getting an OOM error from client makePost while uploading a twitter video. It worked before, and I'm not sure what changed to cause this. How to debug? ```$ DEBUG=twitter node...

I need to be able to download DM images and videos. Can this library do that? I couldn't figure out how so I edited the package locally to add this...

I'm getting errors when packaging with webpack. It can't resolve modules such as 'fs' which makes me wonder if anyone has used webpack in combination with this library. I am...

The user timeline API **neither** return **protected** **tweets** **nor** proper **error message.** ``` client.get('statuses/user_timeline', tparam, function (error, tweets, response) { if (error) { console.log("error : " + JSON.stringify(error)); // error:...

``` var params = {screen_name: 'someOne',count: '200', cursor: -1}; client.get('friends/list', params, function getlist(error, list, response) { if (!error) { for (var index=0,index

## Version **0.5.1** of [deep-extend](https://github.com/unclechu/node-deep-extend) was just published. Branch Build failing 🚨 Dependency deep-extend Current Version 0.5.0 Type dependency This version is **covered** by your **current version range** and after...

greenkeeper

Hi, I am trying to run the out-of-the-box code in the README with my brand new created credentials, but I always get the error message: `Object {code: 89, message: "Invalid...