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
サポートされていませんか?