laravel4 hybridauth facebook Authentication failed! Facebook returned an invalid user id

后端 未结 10 1616
执念已碎
执念已碎 2020-12-18 07:51

OK, I\'m trying to use Hybridauth with laravel 4. However I seem to be getting the very common when trying to log in with facebook:

Authentication fai

10条回答
  •  春和景丽
    2020-12-18 08:35

    CURLOPT_SSL_VERIFYPEER => false & resetting my app secret key didn't work for me. I was getting this error because of some conflict with privileges I had previously setup. Removing the app from my facebook account did the trick (under privacy settings -> apps).

提交回复
热议问题