【问题标题】:To post text on Instagram在 Instagram 上发布文本
【发布时间】:2013-03-19 05:43:29
【问题描述】:

我正在使用 instagram 分享图片,它工作正常,但我想在 instagram 上分享一些图片链接,所以当点击该链接时,我可以在 twitter 上看到图片。是否可能以及如何做?

为了分享图片,我使用了下面的代码,

Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND);
        shareIntent.setType("image/*"); 
        shareIntent.putExtra(Intent.EXTRA_STREAM,parse); 
        shareIntent.setPackage("com.instagram.android");
        startActivity(shareIntent);

【问题讨论】:

    标签: android instagram


    【解决方案1】:

    这是不可能的,因为目前 instagramm 只接受 Intent.EXTRA_STREAM 很遗憾。你可以在这里Open Instagram app from another android app and send an Image with a Caption查看同样的问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-11-29
      • 1970-01-01
      相关资源
      最近更新 更多