[twitter-dev] Streaming API: updating request parameters

2009-07-10 Thread Cary Knoop
Is the following implemented or will it be implemented? I have two threads, one that writes HTTP post requests to http://stream.twitter.com/track.json and one thread that reads the response from this request. Can I, without breaking the response stream, update the track parameter list so that I

[twitter-dev] Re: Streaming API -- Code Change Required: follow parameter delimiter

2009-07-07 Thread Cary Knoop
A prelude to perhaps allowing searching for phrases at a later time? Certainly something that many would find useful and would effectively limit the stream sent over the wires. For instance, at this time, if I would want to capture the phrase Joe Jackson I have to search for the keyword Jackson

[twitter-dev] Re: Stream API : Tracker and Follow together

2009-07-06 Thread Cary Knoop
Super Dough! Thanks for your presentation at SD forum last week! Cary

[twitter-dev] Re: Stream API : Tracker

2009-07-06 Thread Cary Knoop
Thanks John! Cary

[twitter-dev] Stream API : Tracker

2009-07-05 Thread Cary Knoop
Unlike the wiki documentation searching for instance for the keyword Tennis does not give results that include keywords #Tennis or @Tennis. Is this as designed or is this a bug? Cary

[twitter-dev] Stream API : Tracker and Follow together

2009-07-05 Thread Cary Knoop
I am writing an application and ideally I like to use Tracker to follow searches and Follow to follow certain users. Is it allowed to use Tracker and Follow using the same IP address with two different user accounts? Cary