Re: [twitter-dev] Twitter Streaming API blocked user

2011-05-23 Thread Cezar Sá Espinola
Hi Taylor, What about no retweets from this user information? I wasn't able to find an API call that would provide me this information, apparently it's not available inside the status or user objects either. -- Cezar Sá Espinola On Wed, May 18, 2011 at 11:30 AM, Taylor Singletary

[twitter-dev] Twitter Streaming API blocked user

2011-05-18 Thread Fabien Penso
Hi, I'm using the streaming API (sitestream) and one of my user @thecivvie blocked @fabientest but if @fabientest tweets, I see those tweets for @thecivvie coming. Is that an implementation bug, is it supposed to be like this, or have I missed something? Thanks. -- Twitter developer

Re: [twitter-dev] Twitter Streaming API blocked user

2011-05-18 Thread Taylor Singletary
Hi Fabien, The Streaming API/Site Streams/User Streams don't support certain kinds of post-filter user settings like blocked users/no retweets from this user/etc. -- if you want to provide that filtering, you can keep an index of the users they block and filter in real time.

Re: [twitter-dev] Twitter Streaming API blocked user

2011-05-18 Thread Fabien Penso
Thanks Taylor, I wish the streaming did, is that planned at all in the future? Don't want to code something if you guys are planning it soon :) On Wed, May 18, 2011 at 7:30 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Fabien, The Streaming API/Site Streams/User Streams don't

Re: [twitter-dev] Twitter Streaming API blocked user

2011-05-18 Thread Fabien Penso
Another one : It would be nice to have those events in the stream (new blocked user / removal of a blocked user) so we don't need to fetch those through the REST API once our streaming process is running. On Wed, May 18, 2011 at 10:27 AM, Fabien Penso fabienpe...@gmail.com wrote: Thanks Taylor,