重定向到callbackURL时,“InternalOAuthError:无法获取访问令牌”

时间:2015-12-08 00:50:53

标签: express oauth-2.0 passport.js

我正在学习passportjs并编写oauth客户端,以便从提供者处消费一些api数据。我编写了类似Scott(http://scottksmith.com/blog/2014/07/02/beer-locker-building-a-restful-api-with-node-oauth2-server/)的代码,并且在教程中一切正常。

但是现在,我想构建我的客户端应用程序;我试过使用passport-oauth2但没有成功:https://github.com/jaredhanson/passport-oauth2

当我重定向到callbackURL时,我得到了“InternalOAuthError:无法获取访问令牌”。

提供程序正在运行:localhost:3000 客户端运行于:localhost:4000

我错过了什么吗?有人能帮助我吗?

谢谢

0 个答案:

没有答案