【发布时间】:2014-10-27 19:02:17
【问题描述】:
我正在研究 GitHub API,并希望将返回的 access_token 存储到 node-webkit 中的 localStorage 中。
那么,问题是,如何从远程(HTTP)回调 URL 中获取令牌,例如 http://localhost:2222/github-callback?code=somecodehere?
【问题讨论】:
标签: node.js github oauth github-api node-webkit