Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unsupported request - method type: get

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...

like image 536
Al Wld Avatar asked May 13 '26 14:05

Al Wld


1 Answers

Facebook shut down the Instagram Basic Display API product on December 4, 2024. It was deprecated on September 4, 2024 and 90 days later, made unavailable. An error stating unsupported request - method type: get began showing where an Instagram feed used to display images.

I found this question, tried the other answers like completing business verification and was approved, but this alone did not fix the error. Since I verified first, I can't say for sure if this is needed, or just create a new app.

With the error unresolved after verification, I found a newer question on S/O with some helpful info: What is the alternative for instagram basic display api since its deprecated?

Facebook/Meta blog: Update on Instagram Basic Display API

Ultimately I had to create a new app, re-add and authorize users, generate and use new tokens. Generally I followed this guide: API setup with Instagram login. It wasn't too bad but my usage was simple, displaying a feed of the pictures from an account.

like image 162
whatsupdock Avatar answered May 19 '26 05:05

whatsupdock



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!