GET Facebook Page Fans

后端 未结 3 1688
眼角桃花
眼角桃花 2021-02-06 18:26

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

相关标签:
3条回答
  • 2021-02-06 19:01

    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.

    0 讨论(0)
  • 2021-02-06 19:13

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

    0 讨论(0)
  • 2021-02-06 19:20

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

    You can try to parse the AJAX call...

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