Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/33.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
Node.js everyauth错误:querystring中缺少代码_Node.js_Express_Everyauth - Fatal编程技术网

Node.js everyauth错误:querystring中缺少代码

Node.js everyauth错误:querystring中缺少代码,node.js,express,everyauth,Node.js,Express,Everyauth,我正在和everyauth一起使用express。 当我使用facebook进行身份验证时,我得到了一个例外: Missing code in querystring. The url looks like /auth/facebook/callback?error_code=2102&error_message=User+is+not+a+test+user+owned+by+the+application Error: Step getCode of `facebook` is pr

我正在和everyauth一起使用express。 当我使用facebook进行身份验证时,我得到了一个例外:

Missing code in querystring. The url looks like /auth/facebook/callback?error_code=2102&error_message=User+is+not+a+test+user+owned+by+the+application
Error: Step getCode of `facebook` is promising: code ; however, the step returns nothing. Fix the step by returning the expected values OR by returning a Promise that promises said values.
有什么问题