我的问题非常新手,但由于我没有找到答案我决定问,所以很简单:我试图获得一些字段,但如果我使用的话:/ p>
SELECT uid,name, birthday_date, hometown_location
FROM user
WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = me())
我在某些字段中获取null()
"birthday_date": null,
"hometown_location": null
我已经阅读了许可(我需要friends_birthday friends_hometown)在这种情况下,我需要做什么才能实现此权限?我已经阅读了facebook文档,但它并不明白。感谢