voloko / twitter-stream

Twitter realtime API client
MIT License
233 stars 81 forks source link

OAuth support #13

Closed stve closed 13 years ago

stve commented 13 years ago

I kept getting 401's and could never authenticate using the roauth gem's implementation of oauth. So after wrestling with it for long enough, I decided to try using simple_oauth instead. I've had no problems using this in my testing. While making those changes I also replaced jeweler with bundler and a few other small cleanup tasks. I hope you'll consider pulling these changes in.

Thanks.

voloko commented 13 years ago

thanks for cleaning and updating the code. pushed and released