Upload media with Instagram API

对着背影说爱祢 提交于 2019-12-10 16:47:23

问题


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?


回答1:


After spending considerable amount of time, Concluded that - as of today it is not possible legally. The workarounds seems to reverse engineer the actual media post by Instagram. And strict against the privacy policy and Instagram can take legal action. Hence, as of today

Media cannot be uploaded with Instagram API

However, you can

  • Add/Remove comments on a media
  • Set/Remove Like on a media

with Instagram API.

Hope it will save someone time, unless Instagram revisits its APIs on media.



来源:https://stackoverflow.com/questions/46204248/upload-media-with-instagram-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!