Here's the FQL used to generate the list according to the time first joined the social network:
SELECT name,uid FROM user WHERE uid in (SELECT uid1 FROM friend WHERE uid2=me() ORDER BY uid1 ASC) |
As in the earlier post, you can try out this FQL query here:
https://developers.facebook.com/tools/explorer
No comments:
Post a Comment