Is there way to get all those member of the GFC site ( friends of
@owner ) that are currently not the friends of @viewer. The REST API
enables us to get all the member connected/joined to @owner and get
all the friends of the @viewer, and not the list of members that are
not the friends of @viewer, but the friends of @owner.
Well I know the turn around, but that seems to be have big latency, in
the sense if I go on differencing the list of the friends of @owner
and the list of friends of @viewer. could there be a direct way for
the same. I just want the member to give the list of all those
connected users that they can make new friends.
Unfortunately, that's the only way to do it: calculate the exclusion
of the set. For small sites, this shouldn't be too bad, but it's not
really something you want to do with a large site.
-Bob