0

我的问题很新手,但是由于我没有找到答案,所以我决定问,所以很简单:我正在尝试获取一些字段,但是如果我使用例如:

SELECT uid,name, birthday_date, hometown_location 
FROM user 
WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) 

我在某些领域得到空值()

"birthday_date": null, 
      "hometown_location": null

在这种情况下,我已经阅读了有关权限(我需要 friends_birthday friends_hometown)的信息,我需要做什么才能获得此权限?我已经阅读了 facebook 文档,但它并不不稳定。谢谢

4

0 回答 0