[twitter-dev] Re: To find out ids directly that both in (follower/ids) and ( friends/ids ) ?

2009-10-28 Thread Sam Street
I don't think you can do this directly with the API. I've just used http://uk2.php.net/array_diff in the past On Oct 28, 3:38 am, Chi-Shun Chen andrewchen...@gmail.com wrote: Hi all. I had a question, take a example for show what i want: if someone's   Followers/ids = A,B,C,D,E,G  

[twitter-dev] Re: To find out ids directly that both in (follower/ids) and ( friends/ids ) ?

2009-10-28 Thread Chi-Shun Chen
Hi Sam, What make it inconvenient is due to that: The api of (follower/ids) can only return 5000 ids one time. when two lists are(5001 ids) + (100 ids), Its not just 1+1 times. We have to call these APIs 2+1 times and handle cursor. (I not sure is cursor-problem easy or