Re: [twitter-dev] blocked users

2010-12-20 Thread Shannon M. Rush
Is this what you are looking for?

http://dev.twitter.com/doc/get/blocks/blocking

Shannon

On Mon, Dec 20, 2010 at 11:05 AM, Dean Collins  wrote:

>  Is blocked users available from the API? Eg if I block a user from the
> browser is this action viewable from another application via the API?
>
>
>
>
>
> Cheers,
>
> Dean
>
>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] blocked users

2010-12-20 Thread Dean Collins
Is blocked users available from the API? Eg if I block a user from the
browser is this action viewable from another application via the API?

 

 

Cheers,

Dean

 

 

 

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Tom van der Woerdt
On 9/8/10 7:15 PM, Julio Biason wrote:
> On Wed, Sep 8, 2010 at 1:54 PM, Tom van der Woerdt  wrote:
>> The API doesn't check for blocked users. You need to implement that
>> manually.
> 
> So for every request for the user_timeline I need to request the list
> of blocked users, to have a proper list in case the user blocks
> someone in the website?
> 
> That sounds incredible stupid.
> 

I'm not 100% about my last post. Anyway, the documentation says this
about blocks :
> The block list should be cached locally - the change velocity is usually 
> quite low. If possible, save the cache to disk to avoid polling for the block 
> list upon startup. Timestamp the block list write time and only update 
> perhaps as infrequently as every 6 to 24 hours.

Tom

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


Re: [twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Julio Biason
On Wed, Sep 8, 2010 at 1:54 PM, Tom van der Woerdt  wrote:
> The API doesn't check for blocked users. You need to implement that
> manually.

So for every request for the user_timeline I need to request the list
of blocked users, to have a proper list in case the user blocks
someone in the website?

That sounds incredible stupid.

-- 
Julio Biason 
Twitter: http://twitter.com/juliobiason

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


Re: [twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Tom van der Woerdt
The API doesn't check for blocked users. You need to implement that
manually.

Tom


On 9/8/10 6:45 PM, Julio Biason wrote:
> Guys,
> 
> I opened this bug about a year ago but it got lost in the bug tracking
> and I'm not in the mood to search that mess again.
> 
> http://imgur.com/JTxm1.png
> 
> As you can see, there is one tweet that appears in the application,
> but it doesn't appear in the website. The reason is that the author of
> the tweet (the original tweet, not the retweet) is blocked, which the
> website does it right and don't display it, but the message still
> appears in the API.
> 
> And no, I'm not the author or am in anyway related to Nambu, but I had
> the same problem with my (now defunct) application.
> 

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] Blocked users appear in the API, not in the website

2010-09-08 Thread Julio Biason
Guys,

I opened this bug about a year ago but it got lost in the bug tracking
and I'm not in the mood to search that mess again.

http://imgur.com/JTxm1.png

As you can see, there is one tweet that appears in the application,
but it doesn't appear in the website. The reason is that the author of
the tweet (the original tweet, not the retweet) is blocked, which the
website does it right and don't display it, but the message still
appears in the API.

And no, I'm not the author or am in anyway related to Nambu, but I had
the same problem with my (now defunct) application.

-- 
Julio Biason 
Twitter: http://twitter.com/juliobiason

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


[twitter-dev] Blocked Users on Lists

2009-11-16 Thread Eric Woodward

So, unless it has changed or I messed up test queries, users that I
have blocked still appear in Lists timelines when I request these
Lists from my authenticated account. Can someone else confirm or deny
this for me?

Twitter, please confirm whether this is the desired behaviour going
forward, or a bug, or a development item yet to be completed. If need
be I will have to implement this client-side with a list of blocked
IDs, but no sense doing that if the API will do it at some point,
obviously.

As Lists exist now it is impossible to follow a List that contains
someone you simply dont want to hear from. If this is a noisy
prominent well-known person it detracts from almost all Lists in
defined vertical segments.

--ejw

Eric Woodward
Email: e...@nambu.com



[twitter-dev] Blocked Users in the list of users

2009-07-10 Thread João Pereira
Hi,
If I have a user blocked, will it still apears in the list of users
following me?

Thanks,

jp