是否可以在没有在设备上安装Instagram应用程序的情况下与我的ios应用程序共享图像?
我也提到了这个链接:http://instagram.com/developer/iphone-hooks/
我试过这段代码:
NSURL *instagramURL = [NSURL URLWithString:@"instagram://location?id=1"];
if ([[UIApplication sharedApplication] canOpenURL:instagramURL]) {
[[UIApplication sharedApplication] openURL:instagramURL];
}
但我想上传图片而不在我的设备上安装Instagram App。有关如何实现这一目标的任何建议和想法。
提前致谢。
答案 0 :(得分:0)
如果未在设备中安装Instagram,则无法上传图片。这是不可能的。