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