voloko / twitter-stream

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

Twitter streaming is now exclusively SSL #21

Closed migbar closed 12 years ago

migbar commented 12 years ago

Just changed the default options

CloudMarc commented 12 years ago

+1 - Need ssl asap please

carloslopes commented 12 years ago

+1 - Please, pull this to the master branch!

blakejakopovic commented 12 years ago

+1 - Please pull to master

stve commented 12 years ago

Until this is merged in, you can force ssl by setting to :ssl => true when connecting:

Twitter::JsonStream.connect(:ssl => true, :auth => ..)
carloslopes commented 12 years ago

yes, we know! But i think that voloko could pull this and the other requests to master

voloko commented 12 years ago

Pulled. BTW this diff was breaking tests: https://github.com/voloko/twitter-stream/commit/45fc4ce63b472f5f6ce1bd7548062a0f013abd24