有没有办法搜索特定用户(登录用户的朋友或登录用户)发布的帖子的整个数据库。根据Graph API(http://developers.facebook.com/docs/reference/api),您可以搜索新闻Feed或个人资料Feed(Wall),但这些都不是指一年前撰写的帖子。
最好的问候:)
答案 0 :(得分:0)
您可以通过查询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.
如何搜索它取决于您的需求,并在上面的链接中有详细记录。