Php 如何获取Graph API的Facebook关注者或订阅者数量

Php 如何获取Graph API的Facebook关注者或订阅者数量,php,facebook-graph-api,Php,Facebook Graph Api,我正在使用Facebook Graph API 2.0版。要获得Facebook的关注者和订阅者数量,需要对一些用户进行统计 我使用util 2015年4月30日通过使用以下URL获取追随者/订阅者数量 https://graph.facebook.com/USER-ID/subscribers?access_token=TOKEN-NR 但现在我得到了这个错误 { "error": { "message": "(#12) subscribers field is depre

我正在使用Facebook Graph API 2.0版。要获得Facebook的关注者和订阅者数量,需要对一些用户进行统计

我使用util 2015年4月30日通过使用以下URL获取追随者/订阅者数量

https://graph.facebook.com/USER-ID/subscribers?access_token=TOKEN-NR
但现在我得到了这个错误

{
   "error": {
      "message": "(#12) subscribers field is deprecated for versions v2.0 and higher",
      "type": "OAuthException",
      "code": 12
   }
}

您无法再通过facebook API获取订户数量

此部件已拆下,无需更换。