Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php laravel hybridauth登录未定义索引:oauth_令牌_Php_Laravel_Laravel 4_Hybridauth - Fatal编程技术网

Php laravel hybridauth登录未定义索引:oauth_令牌

Php laravel hybridauth登录未定义索引:oauth_令牌,php,laravel,laravel-4,hybridauth,Php,Laravel,Laravel 4,Hybridauth,我将本教程用于hybridauth和laravel: 现在当我转到http://127.0.0.1:8000/social我收到错误信息: Undefined index: oauth_token 有人知道这里有什么问题吗 我的配置: // in hybridauth config array "base_url" => "http://127.0.0.1:8000/social/auth", 检查数据库中字段的名称 用户id的字段必须仅为“id” 密码字段必须仅为“passwor

我将本教程用于hybridauth和laravel:

现在当我转到
http://127.0.0.1:8000/social
我收到错误信息:

Undefined index: oauth_token
有人知道这里有什么问题吗

我的配置:

// in hybridauth config array
"base_url"   => "http://127.0.0.1:8000/social/auth",

检查数据库中字段的名称

用户id的字段必须仅为“id”

密码字段必须仅为“password”

这是我的问题,我希望这能帮助你。 (我知道,回答晚了,但可能会帮助其他人)


祝您愉快:D

检查数据库中字段的名称

用户id的字段必须仅为“id”

密码字段必须仅为“password”

这是我的问题,我希望这能帮助你。 (我知道,回答晚了,但可能会帮助其他人)

祝你今天愉快:D