重新尝试授权用户时 Pocket API 失败

Pocket API fails when re-trying to authorize user

我在 Web 应用程序中遇到 Pocket API 的以下问题:

我的应用程序是在 Node.js 上使用 Express 编写的。代码可用 here, the components of interest being the server entry-point and the Pocket API endpoints.

看来问题确实没有重新使用用户访问令牌;我现在将它保存在 cookie 中并在尝试重新授权之前检查它,一切似乎都正常(参见 pull request)。