[twitter-dev] Re: How to find out which of your lists someone is a member of.

2009-11-13 Thread tom
Thanks Nelu - I was aware of this method, unfortunately, if a user owns 6 lists, and we want to check which of those lists a user is a member of, that would be 6 API calls. This will pretty quickly eat into a user's 150. When a list/members method which just returns all the ids of people in a

[twitter-dev] Re: How to find out which of your lists someone is a member of.

2009-11-12 Thread Nelu Lazar
You may use GET /:user/:list_id/members/:id as an option: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-members-id - @NeluLazar On Nov 12, 9:13 am, tom tswool...@gmail.com wrote: Hi All, I'm looking for a way to get which of my lists (public and private) a user is a member