appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

No attributionURL when sharing to instagram story #286

Closed lucakramberger closed 3 months ago

lucakramberger commented 5 months ago

await AppinioSocialShare().iOS.shareToInstagramStory( KeyStore.FACEBOOKAPPID, backgroundImage: backgroundPath, stickerImage: stickerPath, attributionURL: url, );

when calling the instagram story share function, the background and sticker image is working fine, but the attributionURL is not added in the story

Hwangjunhong commented 4 months ago

@lucakramberger I too have the same problem. Did you solve it?

lucakramberger commented 4 months ago

@lucakramberger I too have the same problem. Did you solve it?

Nope, unfortunately I think the instagram api does not support a url anymore

khanmujeeb687 commented 3 months ago

Hey @lucakramberger , Seems like the attributionUrl only works for some accounts with extra features maybe based on followers.

khanmujeeb687 commented 3 months ago

closing this issue since it can't be handled by our side. If you still need some help with this @lucakramberger, reopen this thread.