Currently we are integrating Instragram with our platform and need a feature to automatically upload media (like youtube and facebook). We have gone thorugh the developer portal and found no documentation about media upload. I have googled for a while and no positive results. The below url(instagram offical API) lists the endpoint. It only has GET media related APIs https://www.instagram.com/developer/endpoints/media/
- GET/media/media-id
- GET/media/shortcode/shortcode
- GET/media/search
Question:
Has anyone been in similar situation? is there anywork around?