私のfbページを気に入ったユーザーの数を表示したい。Facebookからこの番号を取得するにはどうすればよいですか。どんな助けでも大歓迎です。
質問する
2878 次
2 に答える
2
答えを見つけました:
URL: https://graph.facebook.com/your-app-name
結果は次のような配列になります。
https://graph.facebook.com/facebook
{
"about": "Facebook's mission is to give people the power to share and make the world more open and connected.",
"category": "Product/service",
"company_overview": "Newsroom: http://newsroom.fb.com\nInvestor Relations: http://investor.fb.com/",
"founded": "February 4, 2004",
"is_published": true,
"talking_about_count": 246554,
"username": "facebook",
"website": "http://www.facebook.com/facebook",
"were_here_count": 0,
"id": "20531316728",
"name": "Facebook",
"link": "http://www.facebook.com/facebook",
"likes": 96358786,
"cover": {
"cover_id": "10151496277356729",
"source": "http://sphotos-a.ak.fbcdn.net/hphotos-ak-as2/s720x720/247388_10151496277356729_2043388331_n.jpg",
"offset_y": 0,
"offset_x": 0
}
}
于 2013-11-09T07:40:28.497 に答える