Below is the part of exception object that I get when trying to fetch logged in users profile data
PHP Code
$user = $facebook->api('/me');
Exception that I get
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
"
Any suggestion?