Facebook删除的帖子分享计数未更新

时间:2016-07-05 07:52:07

标签: facebook facebook-graph-api

我将在我的脸书上分享特定页面,成功分享,此后通过http://graph.facebook.com/www.domain.com/test.html

获取分享数量
result:
{
   "id": "http://graph.facebook.com/www.domain.com/test.html",
   "shares": 1
}

一段时间后我删除了我的帖子,重新检查上面的url共享计数没有更新? 我需要下面的结果

{
   "id": "http://graph.facebook.com/www.domain.com/test.html",
   "shares": 0
}

这是否可以像php,Json,Xml

那样以编程方式实现

0 个答案:

没有答案