【问题标题】:Getting twitter #hashtag posts in C++在 C++ 中获取 twitter #hashtag 帖子
【发布时间】:2012-03-12 19:58:33
【问题描述】:

我已经看到一些用于 twitter/C++ 接口的库(如 twitcurl),但 twitcurl(或我见过的任何库)不支持主题标签检索。我想要做的是检查某个字符串的最新主题标签,然后将其显示在屏幕上。我该怎么做呢?

【问题讨论】:

    标签: c++ twitter curl hashtag


    【解决方案1】:

    您可以使用http://search.twitter.com/search.atom?q=%23gobarsoom(将“gobarsoom”替换为您的标签)为您的 twitter 主题标签搜索获取 RSS 提要。然后使用像Windows RSS Platform (Microsoft Feed APIs) 这样的RSS 库来解析它。

    【讨论】:

      猜你喜欢
      • 2016-05-07
      • 2015-08-05
      • 2015-03-07
      • 1970-01-01
      • 1970-01-01
      • 2015-12-20
      • 2019-12-21
      • 2016-07-25
      • 2012-03-03
      相关资源
      最近更新 更多