All nodejs modules are broken today including ntwitter
https://github.com/AvianFlu/ntwitter/blob/master/lib/twitter.js
See it using http and seen an option for secure. Could do with more samples here
twit = new twitter({
consumer_key: ,<— FILL ME IN
consumer_secret:, // <— FILL ME IN
access_token_key: <— FILL ME IN
access_token_secret: , // <— FILL ME IN
secure: true
});
Also filled in callback url and sign in with twitter. Still getting error
"My error: Error: socket hang up: undefined"
Trying the one listed on twitters site https://github.com/aivis/user-stream