很好的 twitter4j 文档
一段时间以来我一直在尝试弄乱 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,官方文档只解释了基本用法。
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