-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Media on Instagram #2
Comments
+1 exactly the same problem for me! |
Same here. Did you guys found any solution? The API used in this library seems deprecated as the official one no longer has the instagram://library endpoint https://www.instagram.com/developer/mobile-sharing/iphone-hooks/ |
Yeah I made it work for me by changing to following undocumented url scheme: |
@philsippl Does this still work for you, I tried it but can't get the media to open in instagram. |
@rgovindji I've tested it and right now it still seems to work. You have to make sure that the image is in the gallery, so the instagram app has permissions for the file. |
@philsippl I can see the image in the library but I have to manually select it within Instagram. Do you see something wrong with my AssetPath?
|
@rgovindji The url seems to be fine. Have you changed the plugin accordingly?
The |
@philsippl I did not, I'll try that now! |
I think that you need only that long ID. I extracted it in following way (and it works :D) :
|
I have problem with instagram://library?LocalIdentifier=AssetId after last update with multiple photos. |
Is anyone percent encoding the localIdentifier? |
@MattTimmons does it work for you? |
and update to my post.. I was using |
Hi im trying to pass a video to share on instagram i have the correct link i get it from my camera roll:
var caption=''test";
i have a function to call on press button to go to instagram:
console.log(video+':'+caption)
RNInstagramShare.share(video,caption);
}
Then when i press with console log the params are ok and goes correctly to instagram, but dont select the video and instagram show me a message:
"No Media Photos and videos in your camera roll will appear here"
if select manually i can share, how i can fix it to get the video i pass to share like on your demo ¿? i tried with images and happens the same.
The text was updated successfully, but these errors were encountered: