Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在尝试使用 service.getAccessToken 调用检索访问令牌时收到以下异常(它将请求令牌和验证器作为参数)。
accessToken = service.getAccessToken(requestToken, verifier);
例外:响应正文不正确。无法从空字符串 中提取标记 异常来自 scribe 中的标记提取器。请求令牌似乎是有效的,并且验证者也不为空。欢迎任何有关进一步解决/解决问题的建议。我正在使用 JDK 1.6。谢谢