Facebook Api get fan list of the page i'm managing

后端 未结 2 1002
北海茫月
北海茫月 2020-12-12 03:51

I have a user\'s manage_pages permission and I can access the user\'s page info.

Is there a way that I can get the list of users who liked this page ?<

相关标签:
2条回答
  • 2020-12-12 04:29

    For privacy reasons, it´s not possible to get a list of all the fans of a Page. You would not be allowed to do anything with the list anyway (send them stuff and whatnot). A user should only be known by an App if that specific user authorized the App.

    More information can be found in several other threads about this question:

    • Querying Users who 'like' my Facebook Page
    • Facebook FQL get the list of fans of a facebook page
    • ...
    0 讨论(0)
  • 2020-12-12 04:41
    GET /v8.0/{page-id}/?fields=fan_count HTTP/1.1
    Host: graph.facebook.com
    

    https://developers.facebook.com/docs/graph-api/reference/page#public-page-data

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