Romani Londra
Romani Londra

Reputation: 21

How to get the Facebook followers or subscribers count for Graph API

I am using Facebook Graph API version 2.0. to get the Facebook followers and subscribers count for some users.

I used util April 30th 2015 to get the followers/subscribers count by using the following URL.

https://graph.facebook.com/USER-ID/subscribers?access_token=TOKEN-NR

But now I get this error

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

Upvotes: 2

Views: 1296

Answers (1)

kaz
kaz

Reputation: 1190

You can no longer get the number of subscribers through the facebook API.

Upvotes: 1

Related Questions