If I call twit.stream(); from within a function (any function) I get a connection refused error:
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ECONNREFUSED, Connection refused
at Client._onConnect (net.js:595:18)
at IOWatcher.onWritable as callback
Can anyone guess why this would be?