這是當前不可用一樣容易頁喜歡它是一個Page對象的參數頁面的URL,但你可從API的見解與read_insights權限得到這個
只需打個電話給https://graph.facebook.com/[APP ID]/insights/page_fans/lifetime/?access_token=ACCESS_TOKEN
樣品返回值(應用程序ID刪除):
{
data: [
{
id: "[APP ID]/insights/page_fans/lifetime",
name: "page_fans",
period: "lifetime",
values: [
{
value: 4,
end_time: "2011-07-23T07:00:00+0000",
},
{
value: 4,
end_time: "2011-07-24T07:00:00+0000",
},
{
value: 4,
end_time: "2011-07-25T07:00:00+0000",
},
]
description: "Lifetime The total number of people who have liked your Page. (Total Count)",
},
]
paging: {
previous: "https://graph.facebook.com/[APP ID]/insights/page_fans/lifetime?since=1311088931&until=1311348131",
next: "https://graph.facebook.com/[APP ID]/insights/page_fans/lifetime?since=1311607331&until=1311866531",
}
}
(在這種情況下,粉絲數量已經靜止在4過去三天,在一個繁忙的應用程序,這將波動)
來源
2011-07-27 15:24:54
Igy
可你真的喜歡它坐落在應用程序或僅僅是頁面(標籤)? –
您可以直接喜歡應用程序,因爲所有應用程序都有自己的配置文件頁面,但您不能像'在頁面選項卡上安裝的應用程序的實例'那樣 - 如果您創建了類似按鈕,喜歡被歸因於該頁面本身 – Igy
@sascha這基本上是我問的。如果是這種情況,你只能喜歡該頁面的應用程序的畫布是在什麼api調用來獲取該頁面的喜歡?我嘗試過'graph.facebook.com/?id = ID&sk = PAGE_NAME',它返回的結果和'graph.facebook.com/ID'一樣。 –