可以在iframe中创建Facebook搜索链接吗?

时间:2015-07-20 09:56:21

标签: facebook iframe

我想在facebook上搜索lightbox plugin,它使用iframe作为链接 facebook原始搜索网址是这样的:
https://www.facebook.com/search/results/?q=someword

但不幸的是,这个网址会在控制台中显示此消息:

  

拒绝展示   '?facebook.com/search/results/ Q = someword'在一个   因为它设置了X-Frame-Options'到' DENY'。

无论如何在iframe中创建Facebook搜索链接?

1 个答案:

答案 0 :(得分:0)

您不应该像这样使用facebook.com,您必须使用Graph API来处理这些事情。幸运的是,有一个搜索API:https://developers.facebook.com/docs/graph-api/using-graph-api/v2.4#search

示例:http://graph.facebook.com/search?q=somequerystring&type=user

...当然你需要使用访问令牌。有关访问令牌的信息:

不推荐使用Public Post Search API,您不能再搜索帖子了。 Search API的所有选项都在文档中进行了解释。

换句话说:图搜索没有API。