I'm using slcomposeviewcontroller in my iOS app. When a user shares an image in my application to facebook using the slcomposeviewcontroller I'd like to get the id of the photo he created. I see that there's a handler called completionHandler but it doesn't return any id.
What workaround do I have for getting the shared image id?
The project I'm working right now requires an image id like yours. I tested it and it's working, here you are..