Facebook API未返回“已安装”字段

时间:2013-02-15 17:34:06

标签: php facebook facebook-graph-api

使用PHP SDK调用Facebook API时,我无法获得“已安装”的值。

这是我正在使用的代码:

$apiresult = $facebook->api("/$currentUserFbId/friends?fields=id,name,installed,picture");

//print_r reveals that only id, name, and picture exist in the returned object
print_r($apiresult);

还有其他人遇到过这个问题吗?安装时是否支持longer

1 个答案:

答案 0 :(得分:1)

如果installed字段为真,则仅返回{{1}}字段。我认为你的朋友都没有安装该应用程序。