gpt4 book ai didi

java - JTwitter OAuth 路标示例

转载 作者:行者123 更新时间:2023-12-01 16:04:14 25 4
gpt4 key购买 nike

我相信 JTwitter 支持 OAuth 对开发者帐户进行身份验证,但是我无法让它们中的任何一个工作。

JTwitter 文档说路标是受支持的方法 - 但即使在添加路标库之后,我似乎也找不到他们使用的 OAuthSignpostClient 类:

  OAuthSignpostClient client = new OAuthSignpostClient(JTWITTER_OAUTH_KEY, JTWITTER_OAUTH_SECRET, "oob");
Twitter jtwit = new Twitter("yourtwittername", client);
// open the authorisation page in the user's browser
client.authorizeDesktop();
// get the pin
String v = client.askUser("Please enter the verification PIN from Twitter");
client.setAuthorizationCode(v);
// Optional: store the authorisation token details
Object accessToken = client.getAccessToken();
// use the API!
jtwit.setStatus("Messing about in Java");

有人编写了该代码段吗?

请帮忙

安迪

最佳答案

OAuthSignpostClient 类是 JTwitter 的一部分,与 Twitter 类位于相同的 jar 和包中。使用 import Winterwell.jtwitter.OAuthSignpostClient 来查找它。

如果找不到,请检查您拥有的 JTwitter 版本(请参阅 Winterwell.jtwitter.Twitter 中的版本字段)。当前版本是1.6.3。早期版本可能没有路标类。

希望对您有所帮助。

关于java - JTwitter OAuth 路标示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2981866/

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