There is a limit on Instagram API about how much back in time can get information about a media object?
This one works:
https://api.instagram.com/v1/media/shortcode/BU28yxmjEEW?access_token=XXX
This one doesn’t work:
https://api.instagram.com/v1/media/shortcode/BTxHoy2j915?access_token=XXX
I'm getting the following error:
{"meta": {"code": 400, "error_type": "APINotFoundError", "error_message": "invalid media id"}}
The only difference between the two images is the upload date, approx. one month each other.
Thx! :)