How is the way to share Instagram stories with the app link as Spotify and Netflix do? -Open with Spotify or Netflix.. Not found in the documentation https://developers.facebook.com/docs/instagram/sharing-to-stories/
Asked
Active
Viewed 3,244 times
3 Answers
2
to share an url on Instagram Stories, you need to use the com.instagram.sharedSticker.contentURL
attribute, like:
"com.instagram.sharedSticker.contentURL" : "your app's applink"

BoygeniusDexter
- 2,154
- 1
- 16
- 14
-
Thank you for your answer, but how about the App name and logo? Like this one; https://imgur.com/a/MEcthHd – Tahir Kizir Jan 08 '21 at 12:03
-
you can share the following contents: - sticker - background assets - combination of the above In your case the App name and logo have to be added to the sticker, so you need to create an image, which contains your App name and logo, and share it as sticker. – BoygeniusDexter Jan 08 '21 at 12:06
-
@BoygeniusDexter the parameter is no longer available on the documentation. – Sahil Manchanda Apr 21 '22 at 09:55
-
@BoygeniusDexter it does not seem to work. Do you have an example or instructions? – Ferran Negre Aug 14 '22 at 12:48
-
has there been any traction on this? or has instagram just completely disallowed it now? – Tank12 Nov 11 '22 at 01:05
0
Just the record observable result.
The key com.instagram.sharedSticker.contentURL
needs the special-appID
.
I did capture UIPasteboard.general.items
which passing to Instagram. Even use the special-appID
, Instagram uses the queryItems from URL to open the APP(special-appID).

Wei
- 324
- 3
- 10
-3
I just found that, it is called attribution link and only for the specified users can use that.

Tahir Kizir
- 83
- 2
- 10
-
Can you share more information ?. What should I do to use attribution link – mustaq Sep 22 '21 at 03:37
-
-
-
-
"and only for the specified users can use that." this does not tell us anything? – Ferran Negre Aug 14 '22 at 12:48
-
@tahir Please provide some info if you were able to solve this. – Swift_coder_2023 Jan 22 '23 at 18:43