6,035 questions
Score of 1
0 answers
136 views
Instagram OAuth token exchange returns error code 101 after app rename
I'm getting this error when exchanging the OAuth code for an access token:
{"error":{"message":"Error validating application. Cannot get application info due to a system error....
Score of 2
0 answers
207 views
Can't receive Instagram message webhooks from real users, only message seen
I’m building an app for an Instagram professional account using the official Meta Instagram API and the newer Instagram Login flow, and I’m trying to receive real inbound DM webhooks.
The issue is ...
Score of 1
0 answers
168 views
Instagram Graph API-Cannot get green checkmark for instagram_business_* scopes in App Review due to UI bug (API test calls remain 0)
I'm currently trying to submit my Meta App for App Review to get advanced access for the Messenger API for Instagram. My app is already business-verified and the use case ("Manage messages and ...
Score of 0
0 answers
678 views
Instagram API: Reel uploads fail with code 2207076
I am trying to automate posting a Reel on a Facebook Page and its associated Instagram Business profile.
I can upload a Reel to the Facebook Page just fine. After that, I create a container using the ...
Score of 2
0 answers
213 views
Instagram Content Publishing API error code 2207077 on every Reels upload after one successful publish
I am using the Instagram Content Publishing API to publish Reels programmatically. One publish succeeded early in the day, but every attempt since returns error code 2207077 during container polling.
...
Score of 0
0 answers
131 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 ...
Score of -1
1 answer
443 views
Instagram API to check if a user follows me
I have checked the API and couldn't find any direct Instagram API that verifies whether someone follows me or not, but I see many chats are able to perform this. Any idea how it is possible for them ...
Score of 2
1 answer
340 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 ...
Score of 0
1 answer
679 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 ...
Score of 1
0 answers
241 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
...
Score of -4
1 answer
177 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>
...
Score of 1
0 answers
142 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 ...
Score of 0
1 answer
389 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 ...
Score of 0
2 answers
346 views
Instagram ig_exchange_token
We are using this endpoint for exchange access token to refresh token (LLT):
https://developers.facebook.com/docs/instagram-platform/reference/access_token
const response =
await fetch(`${process....
Score of 1
1 answer
681 views
Is there a way to distinguish Trial Reels from normal reels using the Instagram Graph API?
We have a SaaS platform that fetches media and insights using the Instagram Graph API to create reports for creators & brands.
Now that the new trial reels feature is being rolled out to more ...
Score of 4
0 answers
494 views
Can not receive message webhook from instagram in development mode
I have added two instagram tester accounts in my development mode app and permitted access from both in their settings.
After that, I added my webhook product.
https://neutral-ant-subtly.ngrok-free....
Score of 0
0 answers
296 views
Why isn't Instagram opening my iOS custom URL scheme
I'm developing an app with SwiftUI, and I've successfully implemented Universal Links. It works when I click on the link in Mail, iMessage, etc. However, when I try to click on the link in Instagram, ...
Score of 2
0 answers
282 views
Instagram webhook not triggering
I am trying to receive Instagram webhook notifications for my own Instagram account. I have done all the followings as stated in the documentation (https://developers.facebook.com/docs/instagram-...
Score of 0
1 answer
674 views
video_play_count vs video_view_count instagram reels
Anyone know the difference between the video_play_count and video_view_count for Instagram Reels? It appears that like the Insights in the Instagram App and in the reels section of the profile goes by ...
Score of 1
2 answers
375 views
Can't get Instagram long-lived token for some business accounts
I have the instagram API flow working.
Authorize to https://www.instagram.com/oauth/authorize
Exchange token for long-lived access token at https://graph.instagram.com/access_token?grant_type=...
Score of 2
1 answer
770 views
How to get real account id from Instagram message-scoped id
I have an Instagram app (in live-mode) that receives messaging webhooks when someone messages an Instagram account that has authorized my app. However, the recipient ID (which would be the Instagram ...
Score of 0
1 answer
146 views
react-native-share instagram direct message not working
const shareInstagramDM = async () => {
const shareOptions = {
title: 'Share dm',
social: Share.Social.INSTAGRAM_DIRECT,
};
try {
const ShareResponse = await Share....
Score of 0
1 answer
632 views
Cannot Request permission `instagram_business_content_publish` for Instagram Graph API
I would like to use what the Meta documentation described as the preferred way to interact with Instagram now the Instagram API with Instragram Login.
Following instructions and samples, I built an ...
Score of 0
1 answer
1221 views
How do I read Intagram DMs using API for account I own
I want to create a python project which can read my DM from a instagram business account I know. I tried going through the Facebook Graph API but for the access token I didn't completely understand ...
Score of 7
2 answers
1893 views
How to fetch the latest Instagram feed using the Instagram Graph API with a Meta Developer account and Page access?
I'm trying to fetch the latest Instagram feed (posts) for a business account using the Instagram Graph API. Here's what I have so far:
I have a Meta Developer account and have set up my app properly.
...
Score of 2
3 answers
242 views
Why does scraping followers count from instagram fails?
I'm trying to scrape the number of followers of an array of username. I'm using BeautifulSoup.
The code I'm using is the following
import requests
from bs4 import BeautifulSoup
def ...
Score of 0
1 answer
94 views
"Something went wrong" when trying to send image to input
I am trying to make a post in Instagram using Selenium and Python. But when I tried to send image to input site only shows an error. How can I fix that?
imports:
from selenium import webdriver
from ...
Score of 1
0 answers
196 views
How to get the original reel URL from Instagram Webhook response
I have created a business Instagram handle where I can receive messages from user when they share reel.
When an Instagram user sends reel to my business Instagram handle via chat, I receive a CDN/...
Score of 1
0 answers
331 views
Access Instagram hashtag graph API
I'm trying to resurrect an old project that used the Instagram API to search for posts based on a given hashtag (long before the graph API). Previously this was very simple to go to the developer page,...
Score of 1
0 answers
201 views
Cannot exchange access token to long lived token instagram business platform
I try implement instagram login with instagram account, but I cannot get the long lived token. It throws me unsupported request error
{
"message": "Unsupported request - method ...
Score of 2
3 answers
764 views
Mismatch Between IDs in Instagram Webhooks and Graph API
I'm facing an issue with the Instagram Graph API where the ID in the webhook data doesn't match the ID returned from the /me endpoint.
I use the /me endpoint to get the Instagram Business ID:
https://...
Score of 0
0 answers
79 views
Why Does the /tags Endpoint in the Instagram API Return an IGApiException?
We are using the Instagram API via the Instagram Login feature. We obtained the necessary scopes and have set the app to live status.
Some users of this app can successfully retrieve their tagged ...
Score of 2
0 answers
57 views
Facebook Access Verification
To verify by business, it keeps asking me to submit my website. When I do that. I just get another alert to verify again.. It's becoming so difficult to get the access I need to use the Instagram ...
Score of 1
1 answer
1360 views
Facebook Oembed Read Can't Request Advanced Access
I have a Facebook app with business verification completed. My app is a consumer app and has standard access to oEmbed read. My goal is to use the oEmbed Read feature. However, when I test its ...
Score of 1
0 answers
98 views
Instagram api response 400, no data is returned
I have created a short term token to grab instagram business account data from https://developers.facebook.com/tools/explorer/ with following permissions
pages_show_list
business_management
...
Score of 1
1 answer
715 views
What Are the Alternatives to the Deprecated Instagram API and How to Transition to the New API?
I recently encountered a challenge while transitioning my application to the new Instagram API, as the previous API my app relied on has been deprecated. Since then, my app has stopped functioning, ...
Score of 0
0 answers
358 views
Access Instagram user's basic info like profile photo, id by just entering the username
I am working on a site where i want to access Instagram user's basic info like profile photo, id by just entering the username. How can i do it? I already have a basic display API integrated.
i tried ...
Score of 2
1 answer
652 views
Why does Instagram Stories throw an error when sharing an image via UIActivityViewController?
I am using UIActivityViewController to share an image to Instagram and other platforms. Here’s the code snippet I am using:
let image = UIImage(named: "sample_image")!
let activity = ...
Score of 5
2 answers
1656 views
Is the instagram_business_manage_messages scope required for the Instagram Business Login API?
In our application, we currently use the Instagram Display API, but it will be deprecated on December 4, 2024. We are considering transitioning to the Instagram Business Login API. However, our ...
Score of 1
1 answer
187 views
Python Telegram bot
I have some problems with server.
import time
import instaloader
import requests
from io import BytesIO
def instagram_downloander(url, content_type):
print(f"Content Type: {content_type}&...
Score of 0
1 answer
272 views
Meta /media_publish return 500 unknown error
I'm using the Instagram Graph API via https://graph.facebook.com/v21.0 to publish both images and videos on Instagram. Publishing images works without issues, but I'm encountering a problem when ...
Score of 2
0 answers
283 views
Redirect Instagram Story Link to Open in Default Browser on Android for Amazon App Redirection
I'm working on a system with the following goals:
Create a short link that points to an Amazon product URL.
When someone clicks this link, it should ideally open directly in the Amazon app if it's ...
Score of 5
1 answer
821 views
HTML videos not showing in instagram app browser
On my website I have video:
<video autoplay loop muted playsinline tabindex="-1" aria-hidden="true" class="block w-full h-full object-cover">
<source src=&...
Score of 0
0 answers
696 views
Open app from Instagram webview on Android
When the user is browsing a web page in the Instagram webview, there doesn't appear to be a way to open another app that the user has installed on their Android device.
I have Android App Links set up ...
Score of 0
1 answer
977 views
Instagram opens the main page of the site instead of the link
I often send links to products via instagram messages. Some links open correctly, the rest open the main page of the site. Open Graph markup is fine, no dependence on the type of product and its ...
Score of -2
1 answer
2792 views
How to retrieve Instagram user information using API (ID, follower count, media count, etc.)?
I'm working on a project where I need to retrieve and store Instagram user information through an API. Specifically, I need the following data:
ID
Username
Follower count
Following count
Profile ...
Score of 0
2 answers
678 views
Instagram's "ig.me" URL is not working when visited from website
I placed the link on my website https://ig.me/m/<profile-name> with target="_blank" attribute - to open in new tab.
When I click the link, Instagram page throws 5xx server error. When ...
Score of 2
2 answers
7185 views
Download Instagram reel audio only with Instaloader/Python or any way
I am trying to download the audio in the following format
https://www.instagram.com/reels/audio/1997779980583970/. Below code is returning "Fetching metadata failed".
I am able to download ...
Score of 0
1 answer
253 views
Website displaying differently on Instagrams internal browser
I made a website where I basically hide and correspondingly show an element on mobile screen sizes.
This seems to work just fine with any browser and size but somehow Instagram apparently renders it ...
Score of -2
1 answer
1062 views
Instagram basic APi deprecated
I was integrating the Instagram Basic API so users could connect their Instagram account to my application (0Auth). However, from what I've read, Facebook is going to deprecate this API. I wanted to ...