Twitter4J 推文实体?

发布于 2025-01-07 13:02:17 字数 457 浏览 0 评论 0原文

我正在使用 Twitter4J 从 Twitter 获取搜索结果。我最近听说了一个名为 tweet-entities 的功能,并且根据 Twitter4J 的邮件列表它受支持,但我似乎找不到任何示例或弄清楚如何设置我的搜索以包含实体。我该如何实现这一目标?我正在使用如下内容搜索 twitter...

 twitter.search("Searching Twitter with this query");

其中 twitter 的类型为 Twitter

I'm using Twitter4J for getting search results back from Twitter. I recently heard about a feature called tweet-entities and according to some posts on the mailing list of Twitter4J it is supported but I can't seem to find any examples or figure out how to set my searches to include entities. How do I achieve this? I'm searching twitter by using something like the following...

 twitter.search("Searching Twitter with this query");

where twitter is of type Twitter

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

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

发布评论

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

评论(1

长伴 2025-01-14 13:02:17

twitter4j 似乎还不支持这一点。您可以为此创建一个问题。该功能在 twitter API 中仍然很新鲜,因此也许它会出现在 twitter4j 的下一个版本中。

默认情况下,在所有其他 API 请求(搜索除外)中包含实体。

It seems this is not yet supported by twitter4j. You can create an issue for that. The functionality is still fresh in the twitter API, so perhaps it will appear in the next release of twitter4j.

In all other API requests (apart from search) the entities are included by default.

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