Dulce Piel
Dulce Piel

Reputation: 1

Get total number of subscribed people to person with fql

I am currently finding the number of subscribers to a profile with the graph api, but in doing so many calls is very slow, so I would get all the numbers with a multiquery to optimize time

Upvotes: 0

Views: 86

Answers (1)

ifaour
ifaour

Reputation: 38135

Facebook returns the total_count when calling the user's subscribers connection so that is all you need.

If you need to make multiple calls then use the Batch API.

Upvotes: 1

Related Questions