How to use instagram direct api

一个人想着一个人 提交于 2021-02-16 13:53:09

问题


Hello I want to use Instagram api for the direct feature and don't have more knowledge about OAuth2.0. I know Instagram provides direct api this app is using direct api but i don't know how to implement it. I seen this question but i don't know how to work with this. I want to develop iOS application but i hope any android or windows developer can also help for api.


回答1:


Instagram does not provide an API for direct messaging. 6tag is using Instagram's private API, which is supposed to be used only by Instagram, and not by 3rd party developers.

If you want to use the Instagram private API on your app, you may be able to use the Instagram node.js Private API library or the Instagram PHP Private API library.

I have to warn you though, that I did try to use the PHP library and Instagram didn't allow sending of direct messages, no matter how much hacking I tried to make it work. But maybe this was just me...

If you are able to use node.js, it seems that Thread.configureText can be used for sending direct messages on the node.js library.

Lastly, don't forget that you will be using something that you shouldn't be allowed to in the first place.



来源:https://stackoverflow.com/questions/34676432/how-to-use-instagram-direct-api

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