facebook graph api to get follower count of different account

。_饼干妹妹 提交于 2019-12-02 01:46:38

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

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