Skip to content
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

Unable to share Video via instagram #80

Closed
gopalaiahvinay opened this issue Apr 15, 2017 · 1 comment
Closed

Unable to share Video via instagram #80

gopalaiahvinay opened this issue Apr 15, 2017 · 1 comment

Comments

@gopalaiahvinay
Copy link

Instagram.shareAsset(function(result) {
console.log('Instagram.shareAsset success: ' + result);
}, function(e) {
console.log('Instagram.shareAsset error: ' + e);
}, localFileUrl);
}, function() {
// error
});

I am unable to share a video to instagram, I am passing the local file url as a parameter.
I am getting an error saying: 'Invalid Action'.
In documentation you say we can use PHAssets to get assets identifier. But what do we have to use in android to get an asset identifier?

Please point me to an appropriate documentation where it shows how to share video to instagram on android.

@vstirbu
Copy link
Owner

vstirbu commented May 16, 2017

this method is iOS specific. follow #49 to see what the outcome will be for android.

@vstirbu vstirbu closed this as completed May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants