Skip to content

Commit

Permalink
Merge pull request technoweenie#21 from christopherwright/master
Browse files Browse the repository at this point in the history
Streaming API changed to SSL only
  • Loading branch information
jdub committed Mar 4, 2012
2 parents 0967a4a + 01c2569 commit e6c2e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ function Twitter(options) {
authorize_url: 'https://api.twitter.com/oauth/authorize',

rest_base: 'https://api.twitter.com/1',
search_base: 'http://search.twitter.com',
search_base: 'https://search.twitter.com',
stream_base: 'https://stream.twitter.com/1',
user_stream_base: 'https://userstream.twitter.com/2',
site_stream_base: 'http://sitestream.twitter.com/2b',
site_stream_base: 'https://sitestream.twitter.com/2b',

secure: false, // force use of https for login/gatekeeper
cookie: 'twauth',
Expand Down

0 comments on commit e6c2e77

Please sign in to comment.