Twitter4J 推文实体?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.