andregoncalves / twitter-nodejs-websocket

Twitter streaming directly to browser with Node.js and HTML5 websockets
124 stars 29 forks source link

twitter no longer allows username:password API access #1

Open ginader opened 13 years ago

ginader commented 13 years ago

add oAuth?

andregoncalves commented 13 years ago

HTTP Basic Authentication still works for the streaming API, see http://dev.twitter.com/pages/streaming_api_concepts#authentication, but, i will take a look at node.js oauth libraries.