I would like to access the insights of a Facebook page via the API. It is very well possible to obtain the insights of a Facebook app via the graph API, but I cannot find someth
Insights table docs say it is possible to retrieve metrics for all pages that are owned by currently logged in user after requesting read_insights
extended permission. I think after that graph insights should work (/
). If not then you probably need to use FQL (they have example in docs for getting page metrics).