Image Sharing
Learn how to share an image
For sharing an image, you need to pass the path of the image to StoryContent instance
StoryContent content = new StoryContent ("PATH_TO_IMAGE_FILE", false);Share the StoryContent on Instagram
InstagramKitManager.Share(content, OnShareComplete); //OnShareComplete is callback methodExample
Last updated
Was this helpful?