My FQL looks like this:
$fql = "select name,username,pic_small,uid,hometown_location,current_location from user where uid in (select uid1 from friend where uid2=me())";
I think this query should return all my friends but when I compare friends count on my facebook profile with result I get from above query, it is different. What to do to get same count ?
