I'm currently using this endpoint to pull tagged media on the Instagram Graph API.
From this endpoint I get details on the media and the Media ID. I also need to be able to get a tagged media object by media ID similar to how I can do it for mentioned media like so:
{page_id}?fields=mentioned_media.media_id({media_id})
I've tried various different ways to get it to work (just guess work cuz it's not in the documentation) and I need clarification if it's possible to do what I'm trying to do.
Is there a way to get the media object by media ID through the instagram Graph API?