实施推特

发布于 2024-11-26 03:26:52 字数 146 浏览 2 评论 0原文

我有一个 Android 应用程序,我正在使用 twitter4j jar 文件。问题是,如果我搜索 twitter4j,我会得到许多 jar 文件。我不太清楚要包含哪个 jar 文件。大家能帮我鉴定一下吗?另外,如果您有 jar 文件的链接,请发布它。

谢谢。

I have an android application where I'm making use of twitter4j jar file. The problem is that if I search for twitter4j I get a number of jar files. I don't exactly know which is the jar file to be included. Could you guys help me identify it? Also, if you have a link to the jar file kindly post it.

Thanks.

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

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

发布评论

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

评论(2

九八野马 2024-12-03 03:26:52

您尝试查看其文档吗?

看一下其网站的主页,我看到(引用)

如何使用
只需添加 <代码>twitter4j-core-2.2.3.jar到您的
应用程序类路径

下面有一个下载部分...

之后,您可能需要查看:

  • 代码示例
  • 及其< a href="http://twitter4j.org/en/javadoc/index.html" rel="nofollow">Javadoc

Did you try looking at its documentation ?

Taking a look at the homepage of its website, I see (quoting) :

How To Use
Just add twitter4j-core-2.2.3.jar to your
application classpath

And there is a download section just below...

After that, you'll probably want to take a look at :

長街聽風 2024-12-03 03:26:52

您是否将此 jar 文件正确添加到项目中引用的库中?假设您使用的是 eclipse,右键单击该项目,构建路径并将此 jar 文件添加为外部库。您可能还需要 twitter 的另外两个 jar 文件,例如路标。

http://code.google .com/p/oauth-signpost/downloads/detail?name=signpost-core-1.2.1.1.jar

http://code.google.com/p/oauth-signpost/downloads/detail?name=signpost-commonshttp4-1.2.1.1.jar&can=2&q=

Did you add this jar file to your referenced libraries in your project properly? Assuming you are using eclipse, right click on the project, got to build path and add as external library this jar file. You may also need two other jar files for twitter such as signpost.

http://code.google.com/p/oauth-signpost/downloads/detail?name=signpost-core-1.2.1.1.jar

http://code.google.com/p/oauth-signpost/downloads/detail?name=signpost-commonshttp4-1.2.1.1.jar&can=2&q=

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