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 hard.I dont touch it yet). It will nice if Twitter.com will provide this API in the future. It may called "CircleRelationship/ids" or some other name. Andrew On 10月28日, 下午6時12分, Sam Street <[email protected]> wrote: > I don't think you can do this directly with the API. > I've just usedhttp://uk2.php.net/array_diffin the past > > On Oct 28, 3:38 am, Chi-Shun Chen <[email protected]> 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 > > Friends/ids = D,F,G > > > are there a API that can get result Xxxx/ids= D,G directly? > > > Its easy to call two apis and calculate by myself when two list are > > small. > > but it become inconvenient when one list is huge,(such as 7000 ids + > > 10 ids ) > > > thanks. > > > Andrew
