【问题标题】:FB Graph API: Any way to search through all posts?FB Graph API:有什么方法可以搜索所有帖子?
【发布时间】:2011-02-15 04:37:08
【问题描述】:

是否有任何方法可以搜索特定用户(登录用户的朋友或登录用户)发布的整个帖子数据库。根据 Graph API (http://developers.facebook.com/docs/reference/api),人们可以通过 News Feed 或 Profile feed (Wall) 进行搜索,但没有一个是一年前写的帖子。

最好的问候:)

【问题讨论】:

  • 有理由认为它们不再可用。 Facebook 拥有大量数据。
  • @the_drow 如果时间/帖子有限,搜索或多或少是无用的。希望你错了。

标签: facebook facebook-graph-api


【解决方案1】:

您可以通过查询stream FQL 表来获取和搜索您的自己的帖子:

You can get two types of data when you query this table:

  * You can get public data (viewable to anyone on Facebook) without needing an extended permission.
  * You can get more data if you prompt the user for the read_stream extended permission.

如何搜索它取决于您的需要,并在上面的链接中有详细记录。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-04-29
    • 1970-01-01
    • 2012-12-30
    • 2016-03-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多