I am currently looking at Instagram feed integration in a web app. The offical APIs are: Instagram Graph API and Instagram Platform API.
And then I found one endpoint like https://www.instagram.com/instagram/media/
on SO, here and here, which seems an undocumented (at least I haven't seen it on facebook/instagram document).
It's publicly accessible and you can get a lot of information about the posts including likes and comments.
So my questions are:
- Is the
https://www.instagram.com/{username}/media/
documented some where? - Is it widely used on the internet?