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

后端 未结 2 1034
北海茫月
北海茫月 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: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

提交回复
热议问题