ShekarMudaliyar / social_share

Flutter package to share images/videos/text on social media
https://pub.dev/packages/social_share
MIT License
112 stars 191 forks source link

new version share sdk for Ins should be pass source_application and com.instagram.platform.extra.APPLICATION_ID #150

Open woshiwzy opened 11 months ago

woshiwzy commented 11 months ago
image

new version sdk should pass

source_application is package's name com.instagram.platform.extra.APPLICATION_ID must be appId

intent.putExtra("source_application","com.xxx"); intent.putExtra("com.instagram.platform.extra.APPLICATION_ID", appID);