使用他们的 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
支持安装吗?