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 <[email protected]> wrote: > 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 > <[email protected]> wrote: >> 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. >> http://dev.twitter.com/doc/get/blocks/blocking/ids to get the ids. >> @episod - Taylor Singletary >> >> >> On Tue, May 17, 2011 at 11:33 PM, Fabien Penso <[email protected]> >> wrote: >>> >>> 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 documentation and resources: https://dev.twitter.com/doc >>> API updates via Twitter: https://twitter.com/twitterapi >>> Issues/Enhancements Tracker: >>> https://code.google.com/p/twitter-api/issues/list >>> Change your membership to this group: >>> https://groups.google.com/forum/#!forum/twitter-development-talk >> >> -- >> Twitter developer documentation and resources: https://dev.twitter.com/doc >> API updates via Twitter: https://twitter.com/twitterapi >> Issues/Enhancements Tracker: >> https://code.google.com/p/twitter-api/issues/list >> Change your membership to this group: >> https://groups.google.com/forum/#!forum/twitter-development-talk >> > -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk
