如何直接使用 Instagram api

How to use instagram direct api

您好,我想使用 Instagram api 直接功能,对 OAuth2.0 了解不多。我知道 Instagram 提供直接 api this app is using direct api but i don't know how to implement it. I seen this question 但我不知道如何使用它。我想开发 iOS 应用程序,但我希望任何 android 或 windows 开发人员也可以帮助 api。

Instagram 不提供 API 直接消息传递。 6tag 正在使用 Instagram 的私有 API,它应该仅由 Instagram 使用,而不是由第 3 方开发人员使用。

如果您想在您的应用中使用 Instagram 私有 API,您可以使用 Instagram node.js Private API library or the Instagram PHP Private API 库。

不过我必须警告你,我确实尝试过使用 PHP 库,而 Instagram 不允许发送直接消息,无论我尝试了多少黑客攻击以使其发挥作用。但也许这只是我...

如果您可以使用 node.js,似乎 Thread.configureText 可以用于在 node.js 库上发送直接消息。

最后,不要忘记您将使用一开始就不应该被允许使用的东西。