facebook graph api to get follower count of different account

拜拜、爱过 提交于 2019-12-02 06:00:20

问题


I need to get different user follower counts through facebook graph api. I get the user id through user name but how i get the follower count of that user.

thanks in advance


回答1:


You're facing at least two problems here:

1) The username field has been deprecated with Graph API v2.0
2) The /{user_id}/subscribers edge has been deprecated with Graph API v2.0

I guess you'll not be able to do what you want to achieve unfortunately.

See https://developers.facebook.com/docs/apps/changelog#v2_0_graph_api



来源:https://stackoverflow.com/questions/26119742/facebook-graph-api-to-get-follower-count-of-different-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!