base_facebook.php に以下を追加する
base_facebook.php
$opts[CURLOPT_SSLVERSION] = 3; // 追記
curl_setopt_array($ch, $opts);
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
base_facebook.php に以下を追加する
$opts[CURLOPT_SSLVERSION] = 3; // 追記
curl_setopt_array($ch, $opts);
Register as a new user and use Qiita more conveniently
Go to list of users who liked