-
-
Notifications
You must be signed in to change notification settings - Fork 137
Video Share on Instagram Story #37
Comments
If either Also a related issue: #35 |
Unfortunately, it doesn't work :(. |
Hi, Thanks for the help. |
Does File.Exists(videoPath) return true? Are there any error messages in the Xcode console? P.S. If this is not related to Instagram Story, please open a new issue or send me a mail at yasirkula@gmail.com |
Hi! I can also confirm that sharing videos to Instagram or WhatsApp doesn't work on iOS. I don't use SetTarget, just a simple share call. |
What if you omit the text and subject? |
I'll try. BTW if I save MP4 to Files and then select it and press SHARE to Instagram, I'm getting the same error "Something went wrong". This may be related Instagram app. |
Is there any way to add HashTag with Image and share on Instagram? |
Hi, this doesn't work. Even if I'm saving mp4 to Files than trying to share it from Files app, there is the same error. On the other hand, Instagram by itself can only pick videos from Photos, so I can't pick my file. I'll reply if I find something useful. |
Btw I'm using FFMPEG to encode mp4. |
Hi,
I would like to share a video directly to the Instagram story without having to choose between "Feed" and "Story". Do you have a solution for me?
I've tried this before, but unfortunately it doesn't work:
new NativeShare().AddFile(filePath, "video/mp4").SetSubject("Subject goes here").SetText("Hello world!").SetTarget("com.instagram.android", com.instagram.share.handleractivity.CustomStoryShareHandlerActivity).Share();
Here you can find documentation about the Instagram Story Share:
https://developers.facebook.com/docs/instagram/sharing-to-stories/
Thanks for help.
The text was updated successfully, but these errors were encountered: