623 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
99
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
93
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
128
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
212
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
72
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
127
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
234
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
193
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
63
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
196
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
75
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
54
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
81
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
286
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 ...