以下は、ログインしているユーザーのプロファイル データを取得しようとしたときに取得する例外オブジェクトの一部です。
PHPコード
$user = $facebook->api('/me');
私が得る例外
object(FacebookApiException)#3 (7) {
["result:protected"]=>
array(2) {
["error_code"]=>
int(77)
["error"]=>
array(2) {
["message"]=>
string(104) "error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
"
["type"]=>
string(13) "CurlException"
}
}
["message:protected"]=>
string(104) "error setting certificate verify locations:
CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
"
なにか提案を?