fql - 获取返回null的字段的权限

时间:2013-10-31 19:41:31

标签: android facebook facebook-fql

我的问题非常新手,但由于我没有找到答案我决定问,所以很简单:我试图获得一些字段,但如果我使用的话:

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文档,但它并不明白。感谢

0 个答案:

没有答案