Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
85 views

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 ...
Bharath Subu's user avatar
0 votes
0 answers
88 views

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 ...
khuzaima akram's user avatar
0 votes
0 answers
122 views

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 ...
tutblut's user avatar
2 votes
1 answer
199 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 ...
someone's user avatar
  • 247
1 vote
0 answers
67 views

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 ...
raj prajapati's user avatar
0 votes
0 answers
102 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 ...
Kyle's user avatar
  • 4,479
2 votes
0 answers
206 views

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", ...
Physics_Student's user avatar
0 votes
1 answer
171 views

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 ...
Zaman Kazimov's user avatar
0 votes
0 answers
59 views

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 ...
Kristian Martinez's user avatar
0 votes
0 answers
188 views

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 ...
sagar regmi's user avatar
0 votes
0 answers
68 views

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 ...
Hawanity's user avatar
0 votes
0 answers
52 views

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 ...
Shantanu Nagras's user avatar
0 votes
1 answer
77 views

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 ...
Abbas Eren Kılıç's user avatar
0 votes
0 answers
263 views

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},...
Андрей Марющенко's user avatar
0 votes
2 answers
1k views

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 ...
vate's user avatar
  • 81
0 votes
2 answers
195 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....
Denis Lukčo's user avatar
0 votes
0 answers
57 views

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 ...
Somyadeep Shrivastava's user avatar
2 votes
0 answers
137 views

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 ...
amin bb's user avatar
  • 21
2 votes
1 answer
230 views

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 ...
Sanfly's user avatar
  • 1,069
-1 votes
1 answer
319 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 ...
pkdev's user avatar
  • 111
0 votes
0 answers
56 views

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, ...
jatin kumar kamboj's user avatar
1 vote
0 answers
384 views

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 { ...
pkdev's user avatar
  • 111
0 votes
0 answers
297 views

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 ...
amin bb's user avatar
  • 21
1 vote
0 answers
111 views

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/...
aBhijit's user avatar
  • 5,421
1 vote
0 answers
400 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 ...
lerxstrulz's user avatar
0 votes
1 answer
298 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 ...
clunven's user avatar
  • 1,743
0 votes
1 answer
135 views

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 ...
Mortie's user avatar
  • 404
0 votes
0 answers
124 views

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 ...
mattia's user avatar
  • 631
0 votes
0 answers
89 views

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 ...
tugba's user avatar
  • 21
0 votes
1 answer
758 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 ...
26_ ChirayuAggarwal's user avatar
6 votes
2 answers
998 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. ...
Utsav Sheta's user avatar
0 votes
0 answers
188 views

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 ...
Simon McLoughlin's user avatar
1 vote
0 answers
154 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 ...
Joshua's user avatar
  • 11
0 votes
0 answers
57 views

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 ...
user2273247's user avatar
1 vote
3 answers
486 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://...
Kevin Muhlbach's user avatar
0 votes
1 answer
256 views

I am using instagram graph api on my web app, with business permissions(instagram_business_basic instagram_business_content_publish, instagram_business_manage_comments, ...
Somyadeep Shrivastava's user avatar
0 votes
0 answers
99 views

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....
bimal inc's user avatar
2 votes
0 answers
48 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 ...
Kelsey's user avatar
  • 53
1 vote
1 answer
1k 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 ...
Jason Dev's user avatar
0 votes
0 answers
149 views

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?...
BigBill's user avatar
  • 40
1 vote
1 answer
490 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, ...
Jerry's user avatar
  • 49
0 votes
0 answers
296 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 ...
Ishaan's user avatar
  • 1
5 votes
0 answers
796 views

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 ...
Manel's user avatar
  • 51
1 vote
1 answer
121 views

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:...
Adil Shah's user avatar
0 votes
0 answers
62 views

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 ...
Eric Sommer's user avatar
0 votes
1 answer
193 views

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 ...
Yash Patel's user avatar
0 votes
1 answer
848 views

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" ...
omar abd el fattah's user avatar
-1 votes
1 answer
2k 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 ...
theplaceofburak's user avatar
1 vote
0 answers
851 views

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 ...
Hamza's user avatar
  • 11
2 votes
0 answers
576 views

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 ...
Dan Rais's user avatar
  • 339

1
2 3 4 5
13