答案 0 :(得分:4)
这是一个简单的API调用:
/page-name?fields=id,name,fan_count
您将获得ID,页面名称等。例如:https://developers.facebook.com/tools/explorer/?method=GET&path=bladauhu%3Ffields%3Did%2Cname%2Cfan_count&version=v2.8
结果:
{
"id": "186482018683",
"name": "SV Blada UHU",
"fan_count": 218
}
如果您想要按其全名搜索网页,也可以使用搜索API:https://developers.facebook.com/docs/graph-api/using-graph-api#search