Facebook api – getting error "(#100) Tried accessing nonexisting field (media) on node type (InstagramUser)" on a specific instagram profile
I'm trying to access the Graph API to retrieve instagram media and comments from managed accounts -- the logged user is an administrator. This (summarized) workflow is applied: user gets list of managed facebook pages GET /me/accounts?access_token=<user_access_token> request to facebook…