I use a photo app that shares a photo and caption with the Instagram app. Everything is working fine, except that I cannot use the title (which is the URL) on Instagram. Is it possible to do this? If YES, any help would be appreciated
Here I set the annotation:
self.docController.annotation = @{@"InstagramCaption" : caption};
source
share