araddon / httpstream

A client for http streaming API's in Go: Twitter, Flowdock, DataSift, Custom
62 stars 20 forks source link

oauth now required for Twitter apis #8

Open flowchartsman opened 10 years ago

flowchartsman commented 10 years ago

as of June 11, 2013 Twitter streaming APIs now require oauth for authentication, so this library no longer works. https://dev.twitter.com/docs/streaming-apis/connecting#Authentication

araddon commented 10 years ago

Yes, good point, the username/password for twitter examples need to be removed. I will do that and emphasize the oauth that works: https://github.com/araddon/httpstream/blob/master/examples/twoauth.go