You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: