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 <
taylorsinglet...@twitter.com> 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 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


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  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
>  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 
>> 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


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
 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 
> 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


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.

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 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