我在尝试为我们的 Like 按钮返回 total_count 数时遇到问题。我们的应用程序管理 Like 按钮和 Open Graph 标签,我们尝试获取一些 URL 的 Like 计数,但它返回的共享没有 OG 标签信息。
例如: https ://graph.facebook.com/?id=http://www.fruitilike.com/products/shares-debug6/
回报:
{
"id": "http://www.fruitilike.com/products/shares-debug6/",
"shares": 1
}
它应该如何工作的示例: https ://graph.facebook.com/?id=http://www.fruitilike.com/products/apple
回报:
{
"id": "114182628680532",
"name": "Apple",
"picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/187789_114182628680532_2291233_s.jpg",
"link": "http://www.fruitilike.com/products/apple",
"likes": 1,
"app_id": 102729306450470,
"category": "Food",
"is_published": true,
"description": "The Apple. When it falls from a tree it generates gravity.",
"about": "The Apple. When it falls from a tree it generates gravity."
}