Table of Contents
Share a photo with the instagram app
GitHub Source Code: https://github.com/vstirbu/InstagramPlugin
Requires Cordova plugin:
cordova-instagram-plugin
Supported Platforms #
- Android
- iOS
Usage #
this.instagram.share('data:image/png;uhduhf3hfif33', 'Caption')
.then(() => console.log('Shared!'))
.catch((error: any) => console.error(error));