Questions tagged [instagram-reels]
23 questions
8
votes
10 answers
Does Instagram Reels have an API for developers?
I cannot find an Instagram Reels related API. Does anyone know if there is one or if there will be one?
Currently the Facebook developer documentation does not mention anything about Instagram…

monty_lennie
- 2,871
- 2
- 29
- 49
4
votes
0 answers
Instagram reel embed - sometimes plays in browser, sometimes redirects to Instagram
So this is a curious thing that I can't find a lot of documentation about. When you use Instagram's embed code for reels, some reels will play in the browser embed while others will show the thumbnail and an overlay with "Watch on Instagram,"…

Thor Jensen
- 61
- 2
2
votes
0 answers
Instagram Graph API Video & Reels
Recently, on the 21st of May Instagram released an update regrading IGTV, Videos, and Reels.
I used to get my user's media with the help of the Graph API, BUT after the update, new videos which are created are considered a Reel.
Note - users have to…

Eyal Delarea
- 141
- 1
- 11
2
votes
1 answer
Instagram embed box not loading embed code... anyone know a workaround?
I am trying to copy the embed code from a single Instagram reel by clicking the ... menu and clicking Embed. However, the code never loads and I get this screen. Anyone know a workaround to embed an Instagram reel on a website? The specific reel…

Inmana00
- 107
- 2
- 10
2
votes
1 answer
How to automate Instagram Reels scheduling? Is there any private API or external scheduling code
I am making a automatic reels posting python bot. But for that I need a mechanism to schedule my reels. Currently when I run the script, it directly uploads the reels clips.

itz.me.swap
- 41
- 4
2
votes
1 answer
Pause video when out of screen view in RecyclerListView in react native
I am implementing video playing app(like Instagram Reels or tik tok) using RecyclerListView in React-Native. In the development of app, I am facing the problem that all the videos in the list play simultaneously. I want to pause all other videos…

Hari
- 21
- 3
0
votes
0 answers
Instagram Reels scrolling with W and S keys
I'm trying to make a userscript for myself to scroll instagram reels with W and S keys. No matter how i try i haven't found a way to scroll reels with js. code below is my code to do this. i used this before to do the same thing for youtube…

MrEnoX
- 1
- 3
0
votes
0 answers
react-native-share showing black screen at first on share reel to instagram
i am using react-native-share "^9.2.3" or "^9.0.2" tried both versions.
I download video from react-native in my cache
const shareInsta = async () => {
const cache = await RNFetchBlob.config({
fileCache: true,
appendExt: 'mp4',
…

RoshaanAli
- 136
- 1
- 8
0
votes
0 answers
How to get smooth scrolling without taking time in loading video in tik tok clone app in flutter
Here is my code
first of all I make list of all videos Info and urls
and then make list view of video player
and pass these urls one by one to video player of each video according to their index in the list.
this is video urls array
List…
0
votes
1 answer
Is instagram public Api stopped working? (__a=1&__d=dis method)
https://www.instagram.com/reel/CtJsfErrMJ3/?__a=1&__d=dis
Is this Api stopped working?
{"message":"Please wait a few minutes before you try again.","require_login":true,"status":"fail"}
Getting this error response when hitting this Api.
Is there…

Vinit Hingu
- 13
- 2
0
votes
0 answers
AVPlayer in UICollectionView
I have Swift app that has a list of videos similar to the reels on social media apps.
I use AVplayer with HLS format videos in a UICollectionView.
I have 2 issues:
the buffering is always slow even after implementing preloading for the next 4…
0
votes
0 answers
When I share a video to reels instagram from my app, I can't track the status of the post to activate another feature
I'm asking for help, I'm trying to implement the function of publishing videos from my application to other platforms, to replenish the internal balance
Problem with rail instagram : After a successful publication, the activity controller goes into…

Maksim Lobner
- 1
- 2
0
votes
1 answer
React native video listing like instagram reels and need same performance for loading video
Currently, I am developing an application similar to Instagram Reel. In that, I used a Mux wrapper.
I am not able to get a performance when loading videos, basically it is taking time to load videos. Is there anything in react native which provides…

Jatin Bhuva
- 1,301
- 1
- 4
- 22
0
votes
1 answer
How to Post Video to Instagram as a true REEL
My users authenticated via an Instagram Business account and connected their pages within my app. The authentication was successful and when they wish to post a REEL to a connected page on Instagram the following code was used to achieve that:
async…

ololo
- 1,326
- 2
- 14
- 47
0
votes
0 answers
update specific item in viewPager2 at same time without affecting other items
STORY:-
I'm making app like Instagram Reels, with viewPager2 with RecyclerViewAdapter, all functionality working fine,
only one problem I'm facing right now is when I click on comment button the Comment screen is opening in another activity and when…