缺少喜欢图api的页面字段

时间:2012-01-11 20:41:51

标签: facebook-graph-api facebook-like

我正在尝试获取我的一个页面有多少,只有这一页没有显示喜欢的字段,即使有大约一千个喜欢,请查看:

https://graph.facebook.com/233572770052788?fields=likes

{
  "id": "233572770052788", 
  "type": "page"
}

这个,反应很好: https://graph.facebook.com/173268742773034?fields=likes

{
  "likes": 348, 
  "id": "173268742773034", 
  "type": "page"
}

2 个答案:

答案 0 :(得分:2)

如果您使用Like button作为非Facebook页面。

然后您可以按如下方式检索喜欢的数量:

https://api.facebook.com/method/fql.query?query=select total_count from link_stat where url='http://tvg.globo.com/bbb/bbb12/videos/t/agora-na-casa/v/monique-tira-a-roupa-e-faz-a-alegria-da-casa/1762991/'

Try here

它使用以下FQL查询:select total_count from link_stat where url='yourUrl'

答案 1 :(得分:0)

尝试在Facebook上打开一个错误:https://developers.facebook.com/bugs

Facebook充满了错误:http://www.quora.com/Is-it-true-that-Facebook-has-no-testers