正如我已经问过The redirect_uri URL must be absolute facebook Laravel现在我有另外一个错误与此问题有关。在我修复重定向uri之后,现在我遇到了回调函数的问题。
我第一次可以用facebook登录但是我现在找到了错误对象。我不知道设置重定向参数的热点。
'facebook' => [
'client_id' => 'here is code',
'client_secret' => 'here is code',
'redirect' => 'http://localhost:8080/code/task1/auth/callback',
],