get insights data of facebook page

前端 未结 2 820
生来不讨喜
生来不讨喜 2020-12-10 05:36

I want to get insights data of a facebook page. I have tried with graph api with this url:

https://graph.facebook.com/149279625121774/insights/?access_token         


        
2条回答
  •  时光说笑
    2020-12-10 06:11

    UPDATED ANSWER:
    Insights can be retrieved only as an array. To read Insights you need

    • a generic access_token for the publicly available application_active_users metric
    • a generic app access_token for all Insights for that app
    • read_insights permissions for all apps, pages and domains owned by this user

    For more details on which insights are available please review the FQL Insights table


    Here are my comments:

    1. Most likely you don't have the read_insights permission.
    2. The user authenticated should be the owner/admin of the page!
    3. Remove the trailing slash /

提交回复
热议问题