Corrected
public function pssc_facebook() {
$json_string = $this->file_get_contents_curl('https://graph.facebook.com/?id=' . $this->url);
$json = json_decode($json_string, true);
return isset($json['shares']) ? intval($json['shares']) : 0;
}
Author please update this issue in the plugin