ios - Instagram 更新至 5.0.如何使用 iPhone Hook 以编程方式设置 "InstagramCaption"

标签 ios instagram

正如Instagram官方文档所说

To include a pre-filled caption with your photo, you can set the annotation property on the document interaction request to an NSDictionary containing an NSString under the key "InstagramCaption". Note: this feature will be available on Instagram 2.1 and later.

对于 Instagram 4.x 或更低版本,它运行良好。但对于 Instagram 5.0,Instagram 团队添加了一个名为“Direct”的新功能。当用户上传照片时,他们有两个选项“Followers”或“DIRECT”。我认为这就是“InstagramCaption”不起作用的原因。有没有一种新的方式来以编程方式添加标题?

非常感谢!

    self.dic.annotation = @{@"InstagramCaption" : captionString};
    self.dic.delegate = self;
    [self.dic presentOpenInMenuFromRect:shareButton.frame inView:self.view animated:YES];

它现在不起作用。

最佳答案

迄今为止我得到的最佳回应:

Thanks for your report and interest in the Instagram platform. We are aware of this issue and it will be fixed in the next update of the iOS app.

我随后询问了时间表或有关解决方法的更多信息,但没有听到任何消息。

关于ios - Instagram 更新至 5.0.如何使用 iPhone Hook 以编程方式设置 "InstagramCaption",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20552327/

相关文章:

php - 如何在 php 数组中搜索 mysql 表中的所有项目?

ajax - 如何使用新 API 从 Instagram 获取公共(public)数据或标签?

instagram - API 标签端点错误 - min_id 不是此标签的有效游标

node.js - 为什么我不能在不使用 NodeJS 中的 API 的情况下获取所有 Instagram 帖子

php - Instagram API 加载关注页面或主页的媒体

ios - 如何使用 iOS 版 Nuance Vocalizer、Speechkit 2 检测语音结束

ios - iTunes Connect 中的应用程序图标丢失

ios - 如何识别哪个 UITextField 被 textFieldDidChange 更改了

ios - 在 firebase 中使用 Snap 值

ios - 适用于 iOS 应用程序的 self 管理丰富的广告平台?