Trying to setup an analytics dashboard for a client. I need to get the page insights total views, reach, and engagement.
In the Graph API Explorer I tried to request read_insights after submitting the page id from my app for this project. I am able to request many fields but when I try read_insights (which is required for the analytics data I need) it gives me this error.
(#100) Tried accessing nonexisting field (read_insights) on node type (Page)
I also get this error information along with it
"type": "OAuthException",
"code": 100,
"fbtrace_id": "D/HzJo9q/T9"
The user I am logged in with is the administrator of the app and the page.
I also have the access_token field enabled.
How do I get read_insights on this page?