Since in FQL, current_location has city How can I query friends by city ?
e.g., select uid,name,pic_small,current_location from user where uid in (select uid2 from friend where uid1 = me()) and current_location.city='Sunnyvale'
(Above FQL doesn't work)
Anyone here knows the correct way to do so ?
Cheers