2012-12-07 2 views
0

총 공유 및 의견을 얻으려고 할 때 문제가 있습니다.Facebook의 그래프가 더 이상 작동하지 않습니다.

출력 :

{ 
    "http://website/post/the-christmas-is-coming": { 
     "url": "http://website/post/the-christmas-is-coming", 
     "type": "website", 
     "title": "website", 
     "image": [ 
     { 
      "url": "http://website/ads/300x250.png" 
     } 
     ], 
     "description": "website", 
     "updated_time": "2012-12-07T12:24:14+0000", 
     "id": "131852063636099" 
    } 
} 

문제는 어디?

LE : 해결 방법? 이 probleme에 대한

How to fetch facebook likes, share, comments count from an article

+0

를? 문제는 뭐니? –

+0

@ 토미 크러시, 그래프는 주식과 의견을 반환해야하고 출력은 ... 지난 주 완벽하게 작동했습니다 –

+0

이걸 디버깅하려면 URL이 필요합니다. –

답변

-1

는,이 그래프 전화 사용 : 여기에 무슨 문제

https://graph.facebook.com/fql?q=SELECT%20url,%20normalized_url,%20share_count,%20like_count,%20comment_count,%20total_count,commentsbox_count,%20comments_fbid,%20click_count%20FROM%20link_stat%20WHERE%20url=%27http://www.google.com%27 
관련 문제