6,066 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
54
views
In Instagram whit a program Is possibile put the exactly second of a post or story?I know the time and the minute,but for seconds? [closed]
When you make a post or a story on Instagram, is it possible with a paid programs that schedule the time or minute of the post also decide the seconds?
here an example I use insta navigation to see ...
Advice
0
votes
0
replies
49
views
Can Instagram’s Conversations API read all DMs, including conversations initiated by the business?
I’m trying to understand the limitations of the Instagram Graph API / Conversations API for a Business Account.
My goal is simple:
👉 I want my Instagram Business account to be able to read all direct ...
0
votes
0
answers
94
views
Instagram API to check if a user follows me
I have checked the api and couldnt find any direct Instagram api that verifies whether someone follows me or not , But i see many chat is able to perform this . Any idea how it is possible for them to ...
2
votes
1
answer
209
views
Instagram Messaging API – Generic Template Carousel only shows first element instead of multiple
According to the official documentation, the Generic Template should support sending multiple elements (up to 10) which are expected to be displayed as a carousel in the Instagram app.
However, when I ...
0
votes
1
answer
236
views
How to get Instagram media permalink or URL from webhook inbox messages (asset_id provided only)
I’m working with the Instagram Messaging Webhook and trying to retrieve the actual media URLs/permalinks when a user sends media to the Instagram inbox.
When a user shares a post/reel in DMs, the ...
0
votes
0
answers
122
views
Instagram messages webhook returns dynamic recipient ID for some accounts
We've set up an Instagram autoresponder for professional (business and media_creator) accounts, the app is live and we have been reviewed, and granted, the following permissions:
public_profile
...
0
votes
0
answers
269
views
Instagram embed code video not working in iOS WebView
I'm trying to add an instagram post on the webview. The posts are coming up fine and I can access the link. However, the video is not playing. There is a play button and i tap on it and the first ...
0
votes
0
answers
98
views
Graph API Issue- Instagram page not connected
I have been trying to fetch insights from an Instagram business account, but even though the Instagram account is connected to my business Facebook page, when I call that query :
GET https://graph....
1
vote
0
answers
843
views
"Java object is gone" error on Android System Webview
i observe a large increase of "Java object is gone" error recently from less than 10 a day to 50-150+ a day since 29 April 2025.
It seems to only affect Facebook and Instagram in-app browser ...
-4
votes
1
answer
141
views
UIApplication.shared.canOpenURL(instagram://) returns false but app is installed [closed]
Here is the relevant part of Info.plist:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>instagram-stories</string>
<string>snapchat</string>
...
0
votes
0
answers
88
views
Instagram Graph API – Is Facebook Login strictly required to access Instagram Insights?
We’re currently using the Instagram Graph API in our app to authenticate users and access basic account data.
Our platform targets influencers, and we only allow users with at least 4,000 Instagram ...
1
vote
0
answers
69
views
How to find the original Instagram post using asset_id received from webhook?
We are using Instagram's Graph API and have implemented a webhook to listen for media shared in Direct messages. When someone shares a post via Direct, the webhook sends us an event payload that ...
0
votes
1
answer
241
views
My web app can't be opened on instagram's in app browser
We have a web app built with next.js and hosted using Firebase App Hosting.
When the web app is shared on an Instagram story and a user clicks the link he the in app browser is opened and this is the ...
0
votes
0
answers
106
views
How to implement Instagram's deep linking for Android
I am currently implementing deeplinks to navigate to specific Instagram pages from an Android app. However, despite searching through official documentation and across the internet, I cannot find ...
0
votes
0
answers
276
views
How to get attachments with Instagram API
I'm trying to import conversation with Instagram Conversations API
So, my request is
https://graph.instagram.com/v22.0/{conversation-id}?fields=messages{from,to,message,created_time,id,attachments},...