[twitter-dev] twitter streams API question

2010-09-30 Thread rakesh
Hi All - Could someone please answer this for me - If I use curl to execute the following - curl -d @locations http://stream.twitter.com/1/statuses/filter.json - uAnyTwitterUser:Password and my 'locations' parameter had a bounding box for 'dallas, tx' - would I then get ALL (exhaustively)

Re: [twitter-dev] twitter streams API question

2010-09-30 Thread Tom van der Woerdt
Filter = all, just like search. Tom On Sep 30, 2010, at 2:24 PM, rakesh doctorrak...@hotmail.com wrote: Hi All - Could someone please answer this for me - If I use curl to execute the following - curl -d @locations http://stream.twitter.com/1/statuses/filter.json -

Re: [twitter-dev] twitter streams API question

2010-09-30 Thread John Kalucki
If the result set size per time period is below the rate limit, you get the full result set. Otherwise the part of the result set above the limit is discarded, and you get a notice to that effect. Note that with relevance enabled in search, it's not always full-fidelity result set either,