有人能够使用FQL或Graph api获取facebook用户的地址,电话号码吗?
尝试过以下FQL,并且能够获得"基本信息"下的"当前城市"和"家乡",但不能获得"联系信息"下的"地址"或"电话".
SELECT name,first_name,last_name,birthday_date,current_location,hometown_location,pic,profile_url,timezone,username,profile_update_time FROM user WHERE uid IN (xxxx)