Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如他们在这里提到的,我在 base_facebook.php 中添加了一行,然后 它抛出了这个异常 OAuthException:必须使用活动访问令牌来查询有关当前用户的信息 ,提前谢谢!
我最近遇到了同样的问题,我所做的是更改了 base_facebook.php 中的 SSL 变量
尝试以下设置。
CURLOPT_SSL_VERIFYPEER => false CURLOPT_SSL_VERIFYHOST => 2