I am using facebook analytics for apps and using export api to get my data and i am making a following get request to get all my exports
https://graph.facebook.com/v2.6/[FBID]/analytics_app_events_exports?access_token={my app access token}
But i am getting the following error
Tried accessing nonexisting field (analytics_app_events_exports) on node type (AnalyticsAppEventsExport)
Can anyone explain ?