It is straightforward to retrieve a list of friends from Facebook using their api.
But how would a site figure out which of its members corresponds to the Facebook friend it has imported?
Is there a unique id that could be used? For example, does Facebook give the email address of the friend, so that could be compared to see if a person with the same email address is a member of the social network?
If not, how would you address this problem?