通过Android Intent停止工作将字幕传递给Instagram? [英] Passing caption to Instagram with Android Intent Stopped Working?

查看:68
本文介绍了通过Android Intent停止工作将字幕传递给Instagram?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我曾经使用以下代码通过我的应用程序将图像发送到Android上的Instagram:

I used to send an image to Instagram on Android from my app using this code :

shareIntent.setPackage("com.instagram.android");
shareIntent.putExtra(Intent.EXTRA_TEXT, caption);
shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(tempFile));

使用最新版本的Instagram,该标题不再起作用.

With the latest version of Instagram the caption isn't working anymore.

有人知道这是一个错误还是正在使用其他附加功能.

Does anyone know if this is a bug or perhaps another extra is being used.

谢谢.

推荐答案

看起来该功能已被删除...

Looks like this feature has been removed... http://developers.instagram.com/post/125972775561/removing-pre-filled-captions-from-mobile-sharing

这是帮助用户的好方法:

Here is a good way to help your users:

这篇关于通过Android Intent停止工作将字幕传递给Instagram?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆