API support for Instagram Direct

血红的双手。 提交于 2019-11-27 10:39:41

问题


Instagram recently announced support for direct messages to users: http://blog.instagram.com/post/69789416311/instagram-direct.

It doesn't look like accessing received direct messages for an authenticated user is possible through the Instagram API. If that's the case, are there plans to support such a feature? If not, can someone describe which endpoint I have to use to do so?


回答1:


There is no Instagram API for direct share at the moment. The URLs they use from the app for the direct share page are as follows, first for the list of shares:

https://instagram.com/api/v1/direct_share/inbox/

and second for the pending requests

https://instagram.com/api/v1/direct_share/pending/


来源:https://stackoverflow.com/questions/20609028/api-support-for-instagram-direct

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