I'm trying to use https://www.instagram.com/developer/endpoints/media/, but for every media id that I use I get always the same result :
{
"meta": {
"error_type": "APINotFoundError",
"code": 400,
"error_message": "invalid media id"
}
}
I'm getting the media id from another api service, for example:
https://api.instagram.com/oembed?url=http://instagr.am/p/fA9uwTtkSN/.
So in the response we can see ``"media_id":"558717847597368461_9538472"`, then I use that id in media endpoint and i get "invalid media id".
I was wondering if the api is having some problems or maybe I missing something.