LoginSignup
4
4

More than 5 years have passed since last update.

ローカルで Facebook PHP SDK が SSL connection timeout する場合の対処方法

Posted at

base_facebook.php に以下を追加する

base_facebook.php
 $opts[CURLOPT_SSLVERSION] = 3; // 追記
 curl_setopt_array($ch, $opts);
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4