[twitter-dev] Re: Open Source Streaming libraries that use oAuth?

2010-08-04 Thread Tom
In which language? Tom On Aug 5, 1:01 am, M. Edward (Ed) Borasky zn...@borasky- research.net wrote: Are there any open source libraries to connect to Streaming that use oAuth? -- M. Edward (Ed) Boraskyhttp://borasky-research.nethttp://twitter.com/znmeb A mathematician is a device for

Re: [twitter-dev] Re: Open Source Streaming libraries that use oAuth?

2010-08-04 Thread M. Edward (Ed) Borasky
Perl or Ruby are preferred, but any language will work if it doesn't have an outrageously heavyweight runtime. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Tom

Re: [twitter-dev] Re: Open Source Streaming libraries that use oAuth?

2010-08-04 Thread Mark McBride
For ruby, check out twurl twurl -t -U -Hstream.twitter.com /1/statuses/sample.json Should be pretty easy to reverse engineer what the command line tool is doing and go from there.    ---Mark http://twitter.com/mccv On Wed, Aug 4, 2010 at 4:55 PM, M. Edward (Ed) Borasky

Re: [twitter-dev] Re: Open Source Streaming libraries that use oAuth?

2010-08-04 Thread Hayes Davis
I believe the twitter-stream[1] ruby library supports OAuuth as of the latest version. I haven't personally used the OAuth yet but it's been rock solid for me with basic auth. Hayes [1] http://github.com/voloko/twitter-stream On Wed, Aug 4, 2010 at 7:39 PM, Mark McBride mmcbr...@twitter.com