我试过使用findmyfacebookid.com
,但它回来了:
Unable to lookup Facebook numeric ID. You can try again, or see this tutorial for an alternate method.
我也尝试了另一种方法,但没有运气。任何想法如何获取页面的 Facebook 标识符?
该页面是www.facebook.com/mickandsheilagillmortgageexperts
我试过使用findmyfacebookid.com
,但它回来了:
Unable to lookup Facebook numeric ID. You can try again, or see this tutorial for an alternate method.
我也尝试了另一种方法,但没有运气。任何想法如何获取页面的 Facebook 标识符?
该页面是www.facebook.com/mickandsheilagillmortgageexperts
使用该链接http://graph.facebook.com/username
将有效地返回一个 JSON 数组username
的详细信息。
使用该字段id
获取用户的页面标识符。这是使用扎克伯格个人资料的示例。
{
"id": "4",
"name": "Mark Zuckerberg",
"first_name": "Mark",
"last_name": "Zuckerberg",
"link": "https://www.facebook.com/zuck",
"username": "zuck",
"gender": "male",
"locale": "en_US"
}