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

后端 未结 10 1613
执念已碎
执念已碎 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

    REMOVE THE TRAILING SLASH !!! (in config/hybridauth.php)

    "base_url" => "http://myapp.dev/social/auth/",

    should be

    "base_url" => "http://myapp.dev/social/auth",

提交回复
热议问题