Reputation: 1
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
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