问题描述
使用Facebook Graph API或其他某种方式,是否有当前可用的方法来获取用户的关注者人数?您会认为用户级,但是经过数小时的搜索,我找不到这样的字段.
Using the Facebook Graph API or some other means, is there a currently-available way to get a user's follower count? You'd think it would be a simple readable metric field at the user level, but after hours of searching, I cannot find such a field.
我知道Facebook认为追随者的概念是有效的,因为他们通过其Web界面 https://www.facebook.com/user_name/followers ,并在用户主页上列出该帐户(请参见下面的图像示例).
I know Facebook considers the concept of followers to be valid, because they have a working "edge" for it with their web interface, https://www.facebook.com/user_name/followers as well as listing the account on the user's main page (see image example below).
可以肯定的是,读取或至少导出追随者数量的功能以前以读取用户的订户"列表的形式存在,但是现在已经是已过时.一种替代方法似乎是使用FQL查询数据.现在,该方法也已过时.并且有关于stackoverflow的问题,一个很好的例子是,但它们似乎与以前不再可用的功能有关.
Certainly it seems the capability to read, or at least derive, the followers count existed previously in the form of reading the "subscribers" list for a user, but that's now obsolete. An alternative method seems to have been to use FQL to query the data. This method is now also obsolete. And there are stackoverflow questions about it, a good example is here, but they seem to relate to previous capabilities no longer available.
推荐答案
根据文档,不可能获得关注者人数: https://developers.facebook.com/docs/graph-api/reference/user
According to the docs, there is no possibility to get the follower count: https://developers.facebook.com/docs/graph-api/reference/user
已使用v2.0删除了订户端点: https://developers. facebook.com/docs/apps/changelog#v2_0
The subscribers endpoint was removed with v2.0 already: https://developers.facebook.com/docs/apps/changelog#v2_0
有关同一主题的其他主题:
Other threads about the same topic:
- how to get followers list from facebook account by graph api?
- facebook graph api to get follower count of different account
这篇关于Facebook Graph API阅读关注者计数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!