可以将 Instagram 故事从 node.js 服务器发布到我的帐户吗? (不是企业账户)
It is possible to publish Instagram story from a node.js server to my account? (not a business account)
我想从 node.js 服务器将媒体文件发布到我的 Instagram 帐户。
我试图在官方文档中找到解决方案,但我只找到了企业帐户解决方案。
https://developers.facebook.com/docs/instagram-api/content-publishing
简答:没有。
有一个 content publishing api,但它仅适用于 Instagram 合作伙伴 - 其中包括 Hootsuite 等社交媒体计划工具。
我发现的最佳选择是您可以使用 Hootsuite API 以编程方式安排内容 - 但对于 Instagram,这仍然需要您使用他们的移动应用程序来实际发布到 Instagram。
我想从 node.js 服务器将媒体文件发布到我的 Instagram 帐户。
我试图在官方文档中找到解决方案,但我只找到了企业帐户解决方案。 https://developers.facebook.com/docs/instagram-api/content-publishing
简答:没有。
有一个 content publishing api,但它仅适用于 Instagram 合作伙伴 - 其中包括 Hootsuite 等社交媒体计划工具。
我发现的最佳选择是您可以使用 Hootsuite API 以编程方式安排内容 - 但对于 Instagram,这仍然需要您使用他们的移动应用程序来实际发布到 Instagram。