625 questions
0
votes
0
answers
85
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 ...
0
votes
0
answers
88
views
Instagram Graph API: Short-lived token works but long-lived token fails in Laravel
I’m working with the Instagram Graph API in a Laravel backend. My goal is to exchange a short-lived Instagram user token for a long-lived token, but it keeps failing with an error in production ...
0
votes
0
answers
122
views
Graph API creating instagram ad with video - Post Has No Media
I am using graph api to create instagram ads. This is working perfectly when creating picture ads using link_data creative for both facebook and instagram placements. However, when I create video ad ...
2
votes
1
answer
199
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 ...
1
vote
0
answers
67
views
Facebook/Instagram webhook not firing for non-admin/tester business accounts
I’m building an Instagram Business auto-reply system using the Instagram Graph API and Facebook Webhooks. My app is already reviewed, approved, and set to live. The app is deployed on Railway and ...
0
votes
0
answers
102
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
...
2
votes
0
answers
206
views
Post a local video file as a REEL using Instagram API in Python
I am able to post a video from a public URL as a REEL:
import requests
token = "..."
api_version="v23.0"
headers = {
"Content-Type": "application/json",
...
0
votes
1
answer
171
views
Get Instagram sender’s profile pic URL from user ID
I'm building an app that interacts with Instagram messages. When someone sends me a message, I receive their user ID (sender ID) via webhook.
Using that sender user ID and an Instagram Login access ...
0
votes
0
answers
59
views
Instagram oauth and fetching user data issue
I have integrated instagram oauth into my apps registration flow. On a high level, we are using oauth to verify the identity or new applicants to our app, as well as fetch some of their social ...
0
votes
0
answers
188
views
Error getting access token: Error: Error validating application. Cannot get application info due to a system error
I was using a Instagram basic api but it works only for limited accounts while using. I have created a new account and changed it to creator mode but still it was showing error that I have mentioned ...
0
votes
0
answers
68
views
Why do i keep getting bad request when trying to send GraphApi batch request
My goal is to send a batch request of with the conversation id so I could get all the conversations that the user have in their inbox , I tried to read the docs many times but I find their docs ...
0
votes
0
answers
52
views
Accessing Instagram Requests Folder via API
using instagram messaging api, i want to set up an automated reply to users who share a post with my page. the problem I'm facing with this currently is that these messages are landing in the requests ...
0
votes
1
answer
77
views
Facebook Graph API return OIL Error for some videos
We are using the Facebook Graph API to publish Reels on Instagram business accounts. When uploading videos either via file_url or through chunked uploads, certain videos consistently return an OIL ...
0
votes
0
answers
263
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},...
0
votes
2
answers
1k
views
Instagram API - Invalid OAuth access token
I am trying to use the Instagram API with python requests. It works fine with Get requests, however when I try to use it with a Post request, such as trying to publish an image, I get the following ...
0
votes
2
answers
195
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....
0
votes
0
answers
57
views
How to remove permission from from Instagram graph App review and also make the button highlighted
I am having trouble with removing instagram_business_manage_message, i dont need it even i if i go to app and permissions and deleted it, it still shows up.
Moreover i have tested my app but still the ...
2
votes
0
answers
137
views
Instagram API Error "This message is sent outside of allowed window" Despite Immediate Responses
I’m using the Instagram Graph API in my application to automate responses, such as sending automatic direct messages or replies to comments for business accounts. I keep running into this error ...
2
votes
1
answer
230
views
Is there a Graph API Explorer tool for the Instagram Graph API?
I'm new to using the Instagram Graph API - I've come across the Facebook Graph API Explorer tool which is helpful, however it only has a dropdown for Facebook or Threads - no Instagram! Is there ...
-1
votes
1
answer
319
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 ...
0
votes
0
answers
56
views
Issue with Generating Access Token for Instagram Graph API
I'm facing an issue while accessing the Instagram Graph API.
I have successfully added myself as a Tester for the account, but when I try to generate an access token, I get redirected to a blank page, ...
1
vote
0
answers
384
views
Instagram user web profile info API not working anymore
I've been using this link https://i.instagram.com/api/v1/users/web_profile_info/?username={username}for a while along with the APP ID to make requests and it's been fine but suddenly it now says
{
...
0
votes
0
answers
297
views
Instagram API Webhook Not Sending Events for Tester Account
I have set up an Instagram API webhook to receive comment events. When I click 'Test Webhooks' in Meta's Developer Panel, my server gets the request, meaning the webhook is working. However, when I ...
1
vote
0
answers
111
views
Instagram business OAuth login intermittently incorrectly redirecting to FB login
Our IG Business OAuth URL is:
https://www.instagram.com/oauth/authorize?enable_fb_login=0&force_authentication=1&client_id=1308449337003790&redirect_uri=https://tunnel.virrally.com/api/...
1
vote
0
answers
400
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 ...
0
votes
1
answer
298
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 ...
0
votes
1
answer
135
views
Instagram API with Instagram Login Data deletion request URL route signed_request body data cannot validate
In my meta application with instagram api with instagram login when I define the "Data deletion request URL" the POST request send to my route with following body content
POST /api/delete ...
0
votes
0
answers
124
views
Instagram graph API refresh long-lived access token
I am using instagram graph api, with these permissions(pages_show_list, instagram_basic, pages_read_engagement) and this repository https://github.com/jstolpe/instagram-graph-api-php-sdk
I am able to ...
0
votes
0
answers
89
views
How to authenticate Instagram Business account for Meta App to receive webhooks from account interactions?
I'm developing an integration for an Instagram Business account using the Instagram Graph API. (The API is also known as "Instagram API with Instagram Login")
The goal is to authenticate the ...
0
votes
1
answer
758
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 ...
6
votes
2
answers
998
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.
...
0
votes
0
answers
188
views
Access Instagram hashtag graph API
Apologies for what should be a basic question, but i've hit the end of my rope. I'm trying to resurrect an old project that used the instagram API to search for posts based on a given hashtag (long ...
1
vote
0
answers
154
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 ...
0
votes
0
answers
57
views
Title: Unable to Retrieve Instagram Followers Count for Some Facebook Accounts
am working with the Instagram Graph API to retrieve Instagram followers count for accounts linked to Facebook Pages. I am using the following scopes: instagram_basic and pages_show_list.
While the API ...
1
vote
3
answers
486
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://...
0
votes
1
answer
256
views
Couldnt get long lived access token from Instagram Login graph api
I am using instagram graph api on my web app, with business permissions(instagram_business_basic instagram_business_content_publish, instagram_business_manage_comments, ...
0
votes
0
answers
99
views
Instagram API Messages Going to General Instead of Primary — How to Fix?
I’m trying to send automated responses via Instagram Messenger using the Meta API. Here’s a snippet of my code:
async function handleInstagramMessage(messagingItem) {
try {
if (messagingItem....
2
votes
0
answers
48
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 ...
1
vote
1
answer
1k
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 ...
0
votes
0
answers
149
views
Request for instagram converstations list returns empty list despite valid access token
I am sending a GET request to retrieve an overview of my user conversations, following this documentation.
curl -i -X GET "https://graph.instagram.com/v21.0/$APP_SCOPED_USER_ID/conversations?...
1
vote
1
answer
490
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, ...
0
votes
0
answers
296
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 ...
5
votes
0
answers
796
views
Transitioning from Instagram Basic Display API to Instagram Graph API: Concerns about token generation and API calls
I'm currently migrating an app that uses the Instagram Basic Display API (api.instagram.com) to the Instagram Graph API (graph.instagram.com), as the Basic Display API will be deprecated on December ...
1
vote
1
answer
121
views
Unable to exchange short live token for long live token instagram gragh api
i got the access token but while exhangeing it for long live token api getting following error
error: {
message: 'Unsupported request - method type: get',
type: 'IGApiException',
code: 100,
fbtrace_id:...
0
votes
0
answers
62
views
Using "user_tags" when posting story via graph.instagram throws error
Posting a story via graph.instagram.com works fine - but as soon as I add the parameter "user_tags" I get an error:
{
"error": {
"message": "An unknown error has ...
0
votes
1
answer
193
views
How to get Instagram media ID using POST URL by API, Currently I don't get particular media id
I want to get all likes, share and comments count of particular post using link via Instagram API
How I can resolve this?
I use almost every way but I can not find solution for this problem.
I use ...
0
votes
1
answer
848
views
Instaloader 400 Bad Request - "fail" status, message "feedback_required"
I am trying to use instaloader python module to fetch data from any Instagram profile by username, but I encounter a 400 Bad Request - "fail" status, message "feedback_required" ...
-1
votes
1
answer
2k
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 ...
1
vote
0
answers
851
views
Instagram private API - Max Besties Exceeded, Error While Adding Followers to Close Friends List
I'm working with the instagram-private-api to add followers to the close friends list using the setBesties method. Everything works fine until I reach 9,999 followers, but as soon as I try to add more ...
2
votes
0
answers
576
views
Replacement for Instagram Basic Display API after its deprecation?
Instagram announced that the Instagram Basic Display API will be deprecated soon. I have been using it to fetch basic profile information, posts, and other public data from Instagram.
Has anyone found ...