0
votes

I'm trying to connect to Instagram accounts via Facebook following this documentation using the Graph API Explorer instead of an app of my own.

However, querying accounts via me/accounts doesn't return any Instagram accounts. I checked all required permissions mentioned in the docs and connected the desired Instagram accounts making sure they are all business accounts. I also tried to directly access an Instagram account via /{instagram-id}/insights which returned the following error:

{
  "error": {
    "message": "(#100) Tried accessing nonexisting field (insights) on node type (InstagramUser)",
    "type": "OAuthException",
    "code": 100,
    "fbtrace_id": "some id"
  }
}

Can you point me into the right direction? As I'm new to the FB API cosomos I might be making some silly mistake.

1
“However, querying accounts via me/accounts doesn't return any Instagram accounts.” - doesn't say anywhere that it was supposed to. It lists the pages you have a role on.misorude
You are right. I was not using the Instagram id, but the connected Facebook page id insteadSomewhereDave

1 Answers

0
votes

I found out that uninstalling and installing again the FB app for your Facebook user showed up the missing Instagram Business Accounts