嗨,谁能告诉我如何使用 titanium/appcelerator 从应用程序在 Instagram 上分享文字和图片?

Hi, can anyone tell me how to share text and image on instagram from app using titanium/appcelerator?

我正在开发一款社交应用。为此,我必须将文本和图像分享到 Facebook、twitter 和 Instagram 等社交网站。我已经为 Facebook 和 Twitter 做过,但对 Instagram 没有想法。有人可以推荐我吗?

Instagram 还不允许您 post 使用他们的 API。 Hootsuite 刚刚获得 post Instagram 的访问权限,所以希望它能为我们其他人带来。

您唯一能做的就是将您的图像和文本传递到 Instagram 应用程序本身,然后从那里 post。 https://www.instagram.com/developer/mobile-sharing/

Instagram 不允许 post 来自 API 的图像。您可以将图像发送到应用程序。使用 Titanium 执行此操作的最简单方法是使用现有模块。

看看https://github.com/boardmain/TiOpenToInstagram and https://github.com/atsusy/TiInstagramUtil