我收到以下错误:
Authentication Failed. The user has canceled the authentication or the provider refused the connection. Original error message: Authentication Failed! Facebook returned an invalid user id.
尝试过很多东西,比如在base_facebook.PHP中添加
CURLOPT_SSL_VERIFYPEER => false
以及改善卷曲超时,但它不会工作.
该应用程序不再处于Facebook沙盒模式,所以我确实没有猜测.
我刚刚通过设置“嵌入你的应用程序秘密吗?”解决了这个问题.在
https://developers.facebook.com/x/apps/myid/settings/advanced/的“高级设置”选项卡中切换到“否”.
原文链接:https://www.f2er.com/php/138372.html