"无法获取用户配置文件"错误。
我将代码粘贴到我的应用程序中,并收到上面提到的错误。我对passportjs有点熟悉,因为我过去曾成功使用过它,但无法调试这个问题。我被重定向到Dwolla进行身份验证,并返回到提示错误的回调方法。
链接到Dwolla提供的示例代码,我已经复制并粘贴了它。https://github.com/jaredhanson/passport-dwolla/blob/master/examples/login/app.js
我不得不更改此策略的user
端点。原始用途:
https://www.dwolla.com/oauth/rest/accountapi/accountinformation
我把它改成:
https://www.dwolla.com/oauth/rest/users/
更新后的策略如下:
https://github.com/auth0/passport-dwolla