Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ BUG ] : Experiencing a weird behavior when sharing to stories! random link with no input is shared to story #318

Open
jakobheb opened this issue Oct 22, 2024 · 4 comments
Assignees

Comments

@jakobheb
Copy link

jakobheb commented Oct 22, 2024

Plugin name
Appinio social share

Describe the bug
When I am sharing something to Instagram Stories with the appinio social share package a random link with no input is shared also to Instagram. Even if I just add the Instagram id without background etc.

To Reproduce
await appinioSocialShare.iOS.shareToInstagramStory( 'xxx', attributionURL: "test" ).then((value) { Navigator.push( context, MaterialPageRoute( builder: (context) => DetailsScreen( data: [ restaurant, context.read<AuthBloc>().state.user, 1, context.read<AuthBloc>().state.user!.fcm_token, ], ), ), ); });

Expected behavior
No link should be shared

Screenshots
IMG_4FE512303597-1

@goops17
Copy link

goops17 commented Oct 23, 2024

Did you find a workwround? I am facing the same issue

@siddhinho
Copy link

The same with me.

@nicklbaert
Copy link

nicklbaert commented Oct 30, 2024

This is not an issue from this package. Happens with e.g. the Spotify app as well when sharing to Instagram on there. Is probably an issue on Instagram's side.

@siddhinho
Copy link

I think this is a problem on Instagram side to. But for me in the Spotify app the same not occur. I think this is a little bit strange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants