$fql = "select name, interests , hometown_location, sex, pic_square from user where uid=" . $uid;
我正在使用此查询来获取用户的兴趣和信息。
但我只得到家乡名称,性别等。
答案 0 :(得分:3)
您可能没有相应的权限:您需要 user_interests 权限。有关权限列表,请参阅https://developers.facebook.com/docs/reference/api/user/。