appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Error Sharing To Instagram #111

Closed hyped0001 closed 1 year ago

hyped0001 commented 1 year ago

Instagram error message "The app you shared from doesn't currently support sharing to stories" when trying to use shareToInstagramStory. Needs to supply AppID

https://developers.facebook.com/blog/post/2022/10/10/introducing-important-update-to-Instagram-sharing-to-stories/

MohamedAskar commented 1 year ago

I have faced this error and I found that using appinioSocialShare.shareToInstagramFeed(filePath); actually provides a better way to share as it gives the option to share to Feed, Stories, and Direct messages.

jakobheb commented 1 year ago

I receive the same error. Do you found a solution to share it in the story

hyped0001 commented 1 year ago

Yes I will make a PR

On Fri, Jun 9, 2023 at 5:14 PM jakobheb @.***> wrote:

I receive the same error. Do you found a solution to share it in the story

— Reply to this email directly, view it on GitHub https://github.com/appinioGmbH/flutter_packages/issues/111#issuecomment-1585183490, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNNMZHG47QDTFCHJFCHQKDXKON43ANCNFSM6AAAAAAY6TC7DE . You are receiving this because you authored the thread.Message ID: @.***>

jakobheb commented 1 year ago

Thank God

khanmujeeb687 commented 1 year ago

Hey @hyped0001, Your PR looks good, This will be fixed in the next version.