voloko / twitter-stream

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

Updated for User Streams #7

Closed davetroy closed 13 years ago

davetroy commented 13 years ago

Hey there,

I went ahead and made some updates which will facilitate use with the new User Stream functionality.

  1. Eliminated empty params not used with user streams ( :track )
  2. Change URI for oauth to produce a proper https uri

Pretty simple... great library! Nice and compact!

Dave