gpt4 book ai didi

java - org.scribe.exceptions.OAuthException : Response body is incorrect. 无法从中提取 token 和 secret :' token 无效

转载 作者:搜寻专家 更新时间:2023-11-01 03:43:26 24 4
gpt4 key购买 nike

OAuthService service = new ServiceBuilder()
.provider(GoogleApi.class)
.apiKey("198898816518.apps.googleusercontent.com")
.apiSecret("hpvFCWHt6ZxWqO-DLwF062rO")
.scope(SCOPE)
.build();

Token requestToken = null;

requestToken = service.getRequestToken();

System.out.println("authorize Scribe here:");
Token token = new Token("oauth_token", "4/qGH3cNdzrdIIMmEsDMTRNhKD9z51");
System.out.println(AUTHORIZE_URL + requestToken.getToken());
System.out.println("paste the verifier");

Verifier verifier = new Verifier("IWqonDH9RCtK0hwyZQlYOUCb");
// Trade the Request Token and Verfier for the Access Token

Token accessToken = service.getAccessToken(token, verifier);

我得到了错误..

org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: 'The token is invalid.

提前致谢....

最佳答案

我相信您可能正在使用 scribe 1.3.0,因为我在执行 oauth 时也遇到了这样的错误。只需将其替换为最新版本 scribe 1.3.1 就可以了……好像是 1.3.0 中的一些陷阱……不确定错误原因到底是什么,但这对我有用。您可以从这里下载:scribe 1.3.1

关于java - org.scribe.exceptions.OAuthException : Response body is incorrect. 无法从中提取 token 和 secret :' token 无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8910168/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com