get insights data of facebook page

前端 未结 2 898
生来不讨喜
生来不讨喜 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:07

    I found the solution.

    You must change the order of the scope parameter:

    Try

    email,read_insights,manage_pages
    

    Instead of

    email,manage_pages,read_insights
    

提交回复
热议问题