GET Facebook Page Fans

你。 提交于 2019-12-20 17:36:41

问题


I'm trying to get a list of all my Facebook Page Fans.

All I can get from FQL is the total amount of fans for my facebook page. I can't know WHO my fans are?

I have tried this:

https://graph.facebook.com/somepage

Anyone with an idea of how to know WHO my fans are? I.e. list the User IDs of all my fans for a specific page?

I also know that I can get more information about my fanpage using FQL and "insights", from there I can get "page_active_users" and so forth, but not a list of all my fans?

I know that Facebook doesn't support this (in public), but any ideas on how to get around it?


回答1:


https://graph.facebook.com/[PAGEID]/members?limit=500&access_token=[oauthtoken]




回答2:


Its no more possible, thats why FB makes money ;-)

You can try to parse the AJAX call...




回答3:


Its not possible to get the UIDs of the users who have liked your page.

The UIDs of users are only available to third parties if the user performs a public action (post, comment or like on your page's feed), or if they auth an application.

This is why you can't query FQL with a page ID and get UIDs.



来源:https://stackoverflow.com/questions/3560574/get-facebook-page-fans

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