我似乎无法找到facebook搜索API的确切词:api允许您搜索公共状态更新和评论/帖子(目前所有登录用户都有一个Web界面).
您可以使用Facebook图形API:
http://developers.facebook.com/docs/reference/api/
寻找搜索部分,
来自fb的QUOTE:
搜索
您可以使用https://graph.facebook.com/search搜索社交图中的所有公共对象.格式为:
https://graph.facebook.com/search?q=QUERY&type=OBJECT_TYPE 我们支持搜索以下类型的对象:
所有公开帖子:https://graph.facebook.com/search?q = watersmelon&type = post
人:https: //graph.facebook.com/search?q = mark&type = user
页数:https: //graph.facebook.com/search?q = platform&type = page
活动:https: //graph.facebook.com/search?q=conference&type=event
组:https: //graph.facebook.com/search?q =programming&type = group
地点:https: //graph.facebook.com/search?q=coffee&type=place¢er=37.76,122.427&distance=1000
签到:https://graph.facebook.com/search ? type = checkin
您还可以通过向主连接URL添加aq参数来搜索仅限该用户的朋友的单个用户的新闻Feed:
新闻Feed:https: //graph.facebook.com/me/home?q = facebook
Graph API v2.0中不再提供Facebook Public Post搜索:https: //developers.facebook.com/docs/apps/changelog