我正在使用 express 与everyauth。
当我使用 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.
问题是什么?