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.
我使用 scribe librabry for java ,这是一个简化 oAuth 过程的库。
我尝试使用带有 scribe 的 java 在 withings api 中编写代码来验证我的身份,但我总是遇到同样的问题:“无效令牌”。我不知道在 scribe 的验证器参数中写什么......
感谢您的答复。
再见。
我已经通过使用 empty 解决了这个问题Verifier,如下所示:
Verifier
Token accessToken = service.getAccessToken(requestToken,new Verifier(""));