Unsupported request - method type: get
Asked Answered
D

3

7

Our app started getting the following error message on a very basic get that was working perfectly fine until recently

https://graph.instagram.com/v12.0/me?access_token=<IG...>

{
   "error": {
      "message": "Unsupported request - method type: get",
      "type": "IGApiException",
      "code": 100,
      "fbtrace_id": "A2KKkkTQ2nn70IQPCGKcKVB"
   }
}

What is this error? This has been working for months, and it looks like freshly created access_token do not have an issue...

Dermot answered 20/2, 2022 at 15:25 Comment(0)
D
4

Posting answer after days of research:

You need to get your business approved, and then this error will disappear.

The issue is that the dashboard was not letting us request a business approval since we did not use (supposedly) any API requiring such approval.

Long story short, you need to create another dummy app with the same business that needs business approval (e.g. a game). Ask for permission review, then once the permission review is pending, you will be able to require business approval. Once that's done, you can delete the dummy app.

Dermot answered 14/3, 2022 at 14:24 Comment(2)
Thanks for the answer, going to try that and will update accordingly. Weird thing is that seems as this happens just sometimes, and not always.Unceremonious
Our business is approved by FB/Instagram, But we're still getting this error. We found a way around it by adding test users, but it's a pain.Simone
I
0

Same issue, but it turned out to be caused by Facebook (confirmed by their employee). A few hours later, the Graph API returned to normal without any action taken.

Idolatrize answered 6/7, 2023 at 12:9 Comment(0)
I
0

Late 2024 and they didnt fixed this shit yet, looks like WOKEISM is the priority over Developement at META

Illumine answered 12/10 at 17:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.