Hey guys,
Just wondering if anyone has come across this and managed to find a way of getting it working.
As per the Instagram hooks (http://instagram.com/developer/iphone-hooks/), we can navigate to the app via Coronas system.openUrl(…), but I’m drawing a blank when it comes to the document identifier in order to actually load the image in.
There are a fair amount of examples of doing this with Objective-C using the UIDocumentInteractionController. But I don’t know how to do this through Corona, or if it’s even possible.
Here is an example of how the request works in Obj C:
http://stackoverflow.com/questions/12631466/uidocumentinteractioncontroller-no-longer-works-in-ios6
Any thoughts on this would be greatly appreciated.
Thanks