0

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

4

1 回答 1

1

installed字段仅在为真时返回。我假设您的朋友都没有安装该应用程序。

于 2013-02-15T17:44:58.437 回答