twitter4j

    0热度

    1回答

    我得到了一些微博,但是当我在这个微博上运行我的处理我有以下错误 Unterminated string at 3218 [character 3219 line 1] Relevant discussions can be found on the Internet at: http://www.google.co.jp/search?q=abb9acce or http:/

    -1热度

    2回答

    我要用twitter标签进行感性分析,并且我正在为这个项目使用Java。如何编码Java以搜索特定的哈希标签并显示文本? 这是我已经试过: public static void main(String[] args) throws TwitterException { ConfigurationBuilder configurationBuider = new Configuration

    2热度

    2回答

    当实现在科特林一个twitter4j.StatusListner,我得到以下IllegalAccessError和相关的堆栈跟踪: Exception in thread "main" java.lang.IllegalAccessError: tried to access class twitter4j.StreamListener from class rxkotlin.rxextensio

    1热度

    2回答

    如何从他的url twitter页面获取用户ID号码(长)? Long userId; URL url = new URL("https://twitter.com/MarketWatch");

    0热度

    1回答

    我有问题,此代码,啁啾仅replyMessage,没有回答 String replyMessage="@Pravdyk1"; ResponseList<Status> list = twitter.getUserTimeline(3015573621l); Status st = list.get(0); //twitter.retweetStatus

    0热度

    1回答

    我跑了我的代码,得到了一些鸣叫与数= 50000鸣叫,但后得到他们中的一些我得到这个错误。我回顾了错误消息下面的链接,但无法得到任何帮助 [WARNING] 429:Returned in API v1.1 when a request cannot be served due to the application's rate limit having been exhausted for t

    0热度

    1回答

    我正在使用下面的代码从特定位置获取趋势。是否可以检查某个特定主题或标签是否在Twitter上趋势化? try { // Twitter twitter = new TwitterFactory().getInstance(); ResponseList<Location> locations; locations = twitter.getAvailabl

    0热度

    1回答

    有这篇文章https://dev.twitter.com/overview/api/upcoming-changes-to-tweets 在那里它被提及 ,创造新的推文(状态/更新)的REST API端点将 接受一个新的布尔参数时,鸣叫是作为对 对话的回复发送的:auto_populate_reply_metadata(true为启用,false为 禁用,false为默认值)。还必须设置现有的in

    0热度

    1回答

    有人知道在Twitter4J(或Java依赖项)中是否支持快速回复吗?我最近读到Twitter将支持信使自定义(link),如Facebook(持久性菜单,按钮模板)?

    0热度

    1回答

    我在编码方面很新,而且我遇到了一些问题。我想在Twitter中展示一些特定用户的追随者的追随者。我已经编码了,我可以设置深度的限制。但是,通过一个小样本运行代码时,我看到我再次遇到同一用户,并且我的代码重新显示这些用户的关注者。我如何避免这种情况并跳到下一个用户?你可以在下面找到我的代码: 顺便说一句,当我运行我的代码时,遇到401错误。在我正在处理的列表中,有一个私人用户,当我的代码捕获该用户时