andregoncalves / twitter-nodejs-websocket

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

Twitter Streaming API requires SSL #4

Open squirkle opened 12 years ago

squirkle commented 12 years ago

Twitter Streaming API now requires ssl/https so the application no longer connects, but even SSL will soon be deprecated. Perhaps an oauth implementation is in order?