Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 1
0 answers
136 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...

1
2 3 4 5
121