Is it possible to get common friends using a Facebook API (the intersect of two friends lists)?
For example if you use the Facebook graph API you can do something like
https:..//graph.facebook.com/me/friends
but if you do
https:..//graph.facebook.com/220439/friends
there is a privacy error...
But if you can see the same information with
http://www.facebook.com/friends/?id=220439
So you get the privacy error using the API but the information is publicly available?
So the result is to resort to screen scraping?... Seems odd.