Skip to content

Commit

Permalink
User Stream goes Production! (party) http://groups.google.com/group/t…
Browse files Browse the repository at this point in the history
…witter-development-talk/browse_thread/thread/39f188e6f71d93b6 .. but now the endpoint is down?  Please comment-in new URI when you can't use user_stream please.
  • Loading branch information
sorah committed Sep 28, 2010
1 parent 3736764 commit 45d2afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugins/user_stream.rb
Expand Up @@ -66,6 +66,8 @@ module Termtter::Client

register_command(:"user_stream", :help => 'user_stream') do |arg|

# TODO: comment-in this line when user stream on production line is resume
# uri = URI.parse('http://stream.twitter.com/2/user.json')
uri = URI.parse('http://betastream.twitter.com/2b/user.json')

unless @user_stream_thread
Expand Down

4 comments on commit 45d2afe

@l15n
Copy link

@l15n l15n commented on 45d2afe Sep 29, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sorah
Copy link
Collaborator Author

@sorah sorah commented on 45d2afe Sep 29, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

userstream cannot use via http?

@l15n
Copy link

@l15n l15n commented on 45d2afe Sep 29, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is apparently https only.

@sorah
Copy link
Collaborator Author

@sorah sorah commented on 45d2afe Sep 29, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.