Facebook Profile Subscriber Count

前端 未结 1 1920
花落未央
花落未央 2021-01-07 04:06

Is there a method in the API to query the number of subscribers for one of the new profiles? I am talking about the new profiles (not pages), like this one for Tyra Banks:

1条回答
  •  一生所求
    2021-01-07 04:30

    Only user object have subscribers connection.
    For page you can get count of "fans" by looking for likes property.

    Update:
    If you're looking for subscribers count on user object you need to use paging to get all the list, since there is no way to get only count of this data (currently, I hope this will be added later, since it's a really in high-demand by some players)...

    Yet now you're out of luck since there is a BUG #134805496634011 with paging, so you may only get first page. There is limit argument but it's can't be whooping 697k for sure...

    0 讨论(0)
提交回复
热议问题