Questions tagged [instagram-story]
72 questions
11
votes
3 answers
Is there any way of retrieving a list of poll voters from Instagram stories?
I know there is an endpoint here for retrieving a list of story id's, but I was wondering if it was possible to get a list of the users who voted on a specific story poll?
There seems to be very little data on stories (even when you export personal…

Sam Chahine
- 530
- 1
- 17
- 52
9
votes
1 answer
How to play videos sequentialy on video_player without delay?
I'm looking to recreate Snapchat's back-to-back video format in Flutter. Since video_player is lacking callbacks for when the video finishes (and is otherwise prone to callback hell), I was wondering if anyone has some pointers for building…

Brendan Manning
- 93
- 1
- 2
- 5
7
votes
0 answers
instagram invalid request options
I'm trying to post an Instagram api, but it gives an "invalid request options" error. I could not find the necessary document on the Internet. The instagram developer is referring here because I would like to hear from you.

Vahdet Yavuz
- 91
- 1
- 4
5
votes
2 answers
Is it possible to share story to instagram and copy text simultaneously (iOS, swift)
I tried to do like this, but it does not work, the text is not copied
if let urlScheme = URL(string: "instagram-stories://share") {
if UIApplication.shared.canOpenURL(urlScheme) {
let imageData: Data =…

Maksim Panteleev
- 51
- 1
- 3
4
votes
1 answer
“The app you shared from doesn't currently support sharing to Stories.” error when sharing to instagram stories as a third-party app
My mobile apps have previously integrated with Instagram Sharing to Stories both on iOS and Android. Recently, some users started seeing the “The app you shared from doesn't currently support sharing to Stories.” error on the UI after they tap on…

pizza_time
- 151
- 8
3
votes
0 answers
Instagram Link Sticker Redirect does not decode URL parameters and leads to 404
I created a Link Sticker for an Instagram story and used UTM parameters to track the sources. I customized the Link Sticker text to contain only a human readable word.
I got some meassages from users that the link is not working and redirects to a…

Creepin
- 482
- 4
- 20
3
votes
0 answers
Is there any public Instagram API for Story? Get Instagram Stories Json
The title says it all. I was wondering if there is any workaround or public API endpoint which allows you to get story data back from public users? I have tried using this endpoint, https://www.instagram.com/stories/**username**/**storyID**/?__a=1,…

Amazing Thing
- 155
- 2
- 11
2
votes
0 answers
Is it possible to add app link to instagram story sticker while using Facebook SDK
Hey we are trying to develop share to insta story functionality, managed to share background and the sticker, but wondering is it possible to make sticker clickable so on click it would open deep link or url? Can not find anything on documentation,…

Antonis Radz
- 3,036
- 1
- 16
- 34
2
votes
0 answers
How to dynamically create an image for instagram stories
So I can already post a picture on my app to Instagram stories. However, every time a user clicks the button to share the image, the text and profile photo should be different on the image—like the image below. Needs to be dyanmic.
Right now, I'm…

carlosdafield
- 1,479
- 5
- 16
2
votes
1 answer
Refactoring redundant JS logic for "Instagram-Story pagination"
I'm working on a website which uses fullpage.js and has a section with several slides. The slides switch automatically every 10 seconds.
I wanted to create those bars like Instagram has them, that slowly fill up. When one bar is filled, the viewport…

Maczmart
- 21
- 3
2
votes
0 answers
How to share a Image on Instagram correctly?
How can I share a UIImage with the Instagram App?
I know, this topic has been discussed many times. But due to the evolution of SWIFT, I hope to find a better solution. I found two different ways to do it, Both work on my device:
1.) First approach:…

AndyLu
- 31
- 2
1
vote
0 answers
Can I use link stickers when sharing to Stories with Instagram SDK?
I'm looking through the Sharing to Stories documentation and I can't seem to figure out which stickers are available. Is it really just an image that can only be uploaded to appear above the background?
As far as I can tell, it looks like only…

captainhoot
- 11
- 1
1
vote
0 answers
Is there any way to upload curved edge photo to instagram story like youtube music?
I am making sharing feature like youtube music shares image to instagram story. Everything works fine, but I can't make the curved edge.
The transparent part at the end of the edge changes to black like the below picture.
I tried
add…

Isaac Lee
- 466
- 1
- 3
- 15
1
vote
0 answers
Flutter: How to set an Instagram story like spotify In Flutter?(I want to share image with app url as story)
I want to share an Image with my app link as an Instagram story when the user clicks on that link it's should redirect to my app. from Spotify app it's possible but I'm not able to do this. from the below code I can show the only image but I need…

Gurpreet Singh
- 9
- 2
1
vote
0 answers
Instagram reels downloader using Python
So basically, for one of my client, I need to create an application which is supposed to download reels from instagram. I've tried many modules and packages, but none of them are working. Following are some of…

Nitin Kumar
- 45
- 9