TwitterJSClient icon indicating copy to clipboard operation
TwitterJSClient copied to clipboard

Twitter client written in JavaScript packaged as a node module

Results 40 TwitterJSClient issues
Sort by recently updated
recently updated
newest added

for example, twitter.postMedia is not in the NPM repo am I right?

https://dev.twitter.com/rest/reference/post/media/metadata/create Trying to use the media upload I discovered this bug. According to the docs this post endpoint returns 2xx status code. In this case for the INIT it was...

Currenttly the npm package doesn't match the last version (with rate limits values for example)

Can't see what the error actually is since all you get is 'ERROR: [object Object]' ``` Twitter.prototype.getOAuthRequestToken = function (next) { this.oauth.getOAuthRequestToken(function (error, oauth_token, oauth_token_secret, results) { if (error) {...

Hi am noob to this, looking at the readme ,it seems to not require user authentication , how i post a status to twitter , and the streaming api ,...

It would be handy if there was a setting for the log level and if logging could be turned off. I'm unit testing a class that uses [`TwitterJSClient`](https://github.com/BoyCook/TwitterJSClient/) in combination...

Module name "twitter-node-client" has not been loaded yet for context: _. Use require([]) I am trying to use this in a Office 365 Addin and followed the instructions. ``` (function(){...

Hi, quick one: `var Twitter = require('twitter-js-client').Twitter;` should say `var Twitter = require('twitter-node-client').Twitter;` Thanks!