2

ファンページのカルマ Facebook ランキングが行うことを行うために、ローカルホストにアプリケーションまたはページを作成したいと思います。

ファンページカルマと同じように、必要なページの KPI、グラフ/チャート、ランキング、および/または洞察が必要なため、Facebook の洞察は必要ありません。

4

1 に答える 1

0

この情報のほとんどは、次の方法で取得できます。

たとえば、graph.facebook.com/PAGE_IDgraph.facebook.com/cocacola

{
  "id": "40796308305", 
  "about": "The Coca-Cola Facebook Page is a collection of your stories showing how people from around the world have helped make Coke into what it is today.", 
  "app_id": "0", 
  "can_post": false, 
  "category": "Food/beverages", 
  "checkins": 146, 
  "cover": {
    "cover_id": "10152297032458306", 
    "source": "http://sphotos-f.ak.fbcdn.net/hphotos-ak-prn1/s720x720/625442_10152297032458306_574021701_n.jpg", 
    "offset_y": 0, 
    "offset_x": 0
  }, 
  "description": "Created in 1886 in Atlanta, Georgia, by Dr. John S. Pemberton, Coca-Cola was first offered as a fountain beverage at Jacob's Pharmacy by mixing Coca-Cola syrup with carbonated water. \n\nCoca-Cola was patented in 1887, registered as a trademark in 1893 and by 1895 it was being sold in every state and territory in the United States. In 1899, The Coca-Cola Company began franchised bottling operations in the United States. \n\nCoca-Cola might owe its origins to the United States, but its popularity has made it truly universal. Today, you can find Coca-Cola in virtually every part of the world.\n\nCoca-Cola Page House Rules: http://CokeURL.com/q28a", 
  "founded": "1886", 
  "has_added_app": false, 
  "is_community_page": false, 
  "is_published": true, 
  "likes": 64355037, 
  "link": "https://www.facebook.com/coca-cola", 
  "name": "Coca-Cola", 
  "talking_about_count": 1485039, 
  "username": "coca-cola", 
  "website": "http://www.coca-cola.com", 
  "were_here_count": 0
}

KPI 概要では、これで処理されます

  • ファン
  • について話す

次に、ユーザーがfanpagekarmaにログインすると、graph.facebook.com/page_id/postsへの呼び出しを使用して取得できます

  • 1 日あたりの投稿数
  • 回答率
  • 婚約
  • インタラクション後
  • 投稿履歴

詳細な分析の残りの部分は、/page_id/posts からのデータを計算するだけです。

于 2013-05-02T15:09:28.050 に答える