In FQL/PHP, how to get the friendlist
of a friend? I can not find in the Facebook Developer API Documentations also.
I used something similar like this:
SELECT uid, first_name, last_name FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = 'UID_OF_A_FRIEND_HERE')