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

Simple module for using Twitter's API in node.js

Results 5 node-twitter-api issues
Sort by recently updated
recently updated
newest added

Capitalization and proper comma

hi, I completed the step 2, But the step 3 use the oauth_verifier and i don't know where to get the oauth_verifier value, could you please tell me how to...

``` var twitterAPI = require('node-twitter-api'); var twitter = new twitterAPI({ consumer_key: "removed", consumer_secret: "removed", callback: 'http://52.43.53.156:3000' }); ``` **response:** ``` Error getting OAuth request token : [object Object] statusCode=400 data={"errors":[{"code":215,"message":"Bad...