使用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
?
答案 0 :(得分:1)
如果installed
字段为真,则仅返回{{1}}字段。我认为你的朋友都没有安装该应用程序。