如何使用 facebook graph api 检索具有给定关键字的 facebook 页面列表?

How to retrieve a list of facebook pages with a given keyword using facebook graph apis?

我想获取在其描述或名称中包含给定单词的 facebook 页面列表。是否可以从现有的 facebook 图形 api 获取它。

是的,可以使用 使用这个:

search?q=Your_keyword&type=page

https://developers.facebook.com/tools/explorer/?method=GET&path=search%3Fq%3DYour_keyword%26type%3Dpage&version=v2.10#

如需更多选项,请访问此处: https://developers.facebook.com/docs/graph-api/using-graph-api/#search

您还可以像这样扩展任意数量的选项:

search?q=Your_keyword&type=page&fields=id,name,location