Skip to content

Commit

Permalink
Merge remote branch 'ciaranj/user_stream_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Feb 23, 2011
2 parents 56f3ceb + c58a435 commit d61f973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public UserStream getUserStream(String[] track) throws TwitterException {
if (null != track) {
params.add(new HttpParameter("track", T4JInternalStringUtil.join(track)));
}
return new UserStreamImpl(getDispatcher(), http.post(conf.getUserStreamBaseURL() + "dao/user.json"
return new UserStreamImpl(getDispatcher(), http.post(conf.getUserStreamBaseURL() + "user.json"
, params.toArray(new HttpParameter[params.size()])
, auth), conf);
} catch (IOException e) {
Expand Down

0 comments on commit d61f973

Please sign in to comment.