[twitter-dev] Re: Stream missing statuses from certain users

2009-10-01 Thread Sameer
Can you explain what you mean by 'filtered for quality'. Does your engine believe theses users submit spam? Also on another issue, i have access to the shadow stream by using shadow.json, but I see a new URL and filtered.json in the docs. If I use filtered.json will the stream engine allow me

[twitter-dev] Re: Stream missing statuses from certain users

2009-10-01 Thread John Kalucki
The /shadow resource, (along with /firehose, /birddog, /follow, and all the /*track urls) have been deprecated. The rewrite rules that allow them to function may be removed at any time. All developers should be using only the documented resources. When you connect, you'll get the appropriate

[twitter-dev] Re: Stream missing statuses from certain users

2009-09-30 Thread JDG
the streaming API, if i recall correctly, is simply a random sampling of users. it could be that those users are simply not collected in said sample. I may be wrong though. On Wed, Sep 30, 2009 at 14:21, Sameer sameer.kha...@gmail.com wrote: Hello, I have been using the stream API for quite

[twitter-dev] Re: Stream missing statuses from certain users

2009-09-30 Thread John Kalucki
The Streaming API and Search API are both filtered for quality. These three accounts don't show due to this issue. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Sep 30, 1:21 pm, Sameer sameer.kha...@gmail.com wrote: Hello,  I have been using the stream API for quite some

[twitter-dev] Re: Stream missing statuses from certain users

2009-09-30 Thread John Kalucki
The /1/statuses/sample resource is the only sampled resource. The /1/ statuses/filter resource contains the full-fidelity feed, minus low quality content, up to the rate limit. This resource isn't sampled in any other manner. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On

[twitter-dev] Re: Stream missing statuses from certain users

2009-09-30 Thread Sameer
Sorry to clarify I am using the shadow stream with a set of follow ID's. On Sep 30, 4:52 pm, JDG ghil...@gmail.com wrote: the streaming API, if i recall correctly, is simply a random sampling of users. it could be that those users are simply not collected in said sample. I may be wrong