You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: