http://dev.twitter.com/pages/streaming_api_concepts#filter-limiting
http://dev.twitter.com/pages/streaming_api_concepts#parsing-responses
On Thu, Oct 28, 2010 at 9:55 PM, Thiago Esteves wrote:
> Hi,
>
> I am developing an application that needs to track a keyword on
> twitter, that keyword is a
There is no real limit on the stream API, because it is an open connection that
stays open. As long as you don't connect/disconnect too often, you will not hit
any limits.
Tom
On Oct 29, 2010, at 6:55 AM, Thiago Esteves wrote:
> Hi,
>
> I am developing an application that needs to track a k
Hi,
I am developing an application that needs to track a keyword on
twitter, that keyword is a hashtag, the frequency of that keyword is
not high, but the application needs to stay listening and don't stop
never. What is the rate limit Twitter apply for this case? Could not
find it on twitter deve