很好的 twitter4j 文档

发布于 2024-11-27 17:05:55 字数 269 浏览 4 评论 0原文

一段时间以来我一直在尝试弄乱 twitter4j 库,但似乎无法让它工作。

事实证明,那里的网站和文档没什么帮助,而且我能够挖掘到的所有资源都非常旧,而且很可能无关紧要。

有没有人有关于这个东西的任何好的资源(现在是它的 oauth 部分)?我还尝试通过 Coldfusion 使用这个库,如果这有影响的话。

我已经能够创建一个(我认为是)有效的请求令牌和网址(因为我可以访问 Twitter 并登录),但是当我使用稍后返回的令牌来重建访问令牌时,它总是会崩溃有某种错误...

I have been trying to mess with the twitter4j library for some time now, and cannot seem to get it to work.

The web site and documentation there has proven to be less than helpful, and all the resources I have been able to dig up are really old and most likely irrelevant.

Does anyone have any good resources on this stuff (right now, the oauth portion of it)? I am also trying to use this library via Coldfusion, if that makes a difference.

I have been able to create a (what I believe to be) valid request token and url (as I can get to twitter and login), but when I use the tokens that come back to reconstruct an access token later, it always bombs out with some kind of error...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

┾廆蒐ゝ 2024-12-04 17:05:55

是的,官方文档只解释了基本用法。
Twitter4J 在位于 twitter4j-examples/src/main/java/ 的示例代码中得到了最好的解释。

而且社区非常活跃,您可以很快得到答案。
http://twitter4j.org/en/index.html#mailingList

Yes, the official doc is explaining only basic usages.
Twitter4J is best explained at the example codes located in twitter4j-examples/src/main/java/.

And the community is very active and you can expect getting answers promptly.
http://twitter4j.org/en/index.html#mailingList

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文