在我的应用程序中,我使用facebook sdk来检索朋友的b'day,位置,喜欢,个人资料图片等。但在某些情况下,我无法获得一些朋友,地点和喜欢。只有我得到的名字和个人资料图片。我可以在我的Facebook帐户上看到这些细节。但不是在我的应用程序中。可能是什么问题? Thanx
这是我的fql查询
select
name, hometown_location, current_location, birthday_date, uid,
pic_square, music, movies, sports, books
from
user
where
uid in (select uid2 from friend where uid1 = me())
order by name;
答案 0 :(得分:0)
这可能是由于您的朋友隐私设置以及他们允许公开的数据。