通过Android Intent停止工作将标题传递给Instagram?

时间:2015-07-29 22:48:40

标签: android instagram-api

我曾经使用以下代码从我的应用程序向Android发送图像:

function unique(a1, a2) {
  function comp(a1, a2) {
    return a1.filter(function(val1) {
      return !a2.filter(function(val2) {
        return JSON.stringify(val1)==JSON.stringify(val2)
      }).length;
    });
  }
  return comp(a1, a2).concat(comp(a2, a1));
}    

使用最新版本的Instagram,标题不再有效。

有没有人知道这是一个错误还是正在使用另一个额外的错误。

感谢。

1 个答案:

答案 0 :(得分:10)

此功能已被删除... http://developers.instagram.com/post/125972775561/removing-pre-filled-captions-from-mobile-sharing

这是帮助您的用户的好方法: Instagram caption