From 45d2afe0de089c1f78850061fc7fe50e5b9604ab Mon Sep 17 00:00:00 2001 From: "Shota Fukumori (sora_h)" Date: Wed, 29 Sep 2010 08:02:50 +0900 Subject: [PATCH] User Stream goes Production! (party) http://groups.google.com/group/twitter-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. --- lib/plugins/user_stream.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/plugins/user_stream.rb b/lib/plugins/user_stream.rb index 942fc1fa..cc642989 100644 --- a/lib/plugins/user_stream.rb +++ b/lib/plugins/user_stream.rb @@ -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