Skip to main content

Questions tagged [instagram-api]

The Instagram API enables the integration of Instagram's photos\videos content and functionality into a website, application or a device. Tag specific questions about the use of Instagram API.

instagram-api
0 votes
0 answers
9 views

Instagram Marketing API: Show Ad to a specific User

For my Use case, im planning a Live demo where i start an Instagram Marketing Campaign. After launching the Ads, the goal is to present an Instagram Account where the Advertisement can be seen. So it ...
Tamer's user avatar
  • 29
-1 votes
0 answers
19 views

customize the Instagram app interface on android device to hide sections like Reels, or access only messages and stories?

I'm looking for a way to customize my Instagram app experience on my android device. Specifically, I want to hide sections like Reels or access messages and stories without being able to view anything ...
someone's user avatar
0 votes
0 answers
25 views

Store long kived accessTokens inside nextjs 14 and handle recurring refresh

I have a nextjs 14 web app which shows an instagram feed. To load the feed I implemented the Instagram Basic Display API. Currently I use an external service (Google Secrets Manager) to store the long ...
krm42's user avatar
  • 1
0 votes
0 answers
26 views

Instagraph Send API Empty Text error, subcode 2534052

I'm developing an app using the Instagram messaging / send api and am sporadically getting this error Request data=f'recipient={{"id":"{reply_recipient_id}"}}&message={{"...
Minh Tri Pham's user avatar
0 votes
0 answers
32 views

Loading from 'saved posts' on Instagram in Automation Project

I'm creating a little automation project that I hope to be used to help me be a little less lazy (ironic isn't it). With some background in Python, so I decided to make a randomizer that I use to load ...
NickGrooveDude's user avatar
0 votes
0 answers
33 views

expo-auth-session response type "dismiss"

I am trying to use the Instagram basic display api to display a users Instagram pictures in my react-native expo app. After authentication via Instagram, the user is redirected to the redirectUri. As ...
N K's user avatar
  • 1
0 votes
0 answers
33 views

OAuth Redirect URI for Instagram Basic Display with expo

I am writing a react native app (using expo). The app is supposed to support connecting to Instagram via Instagram Basic Display. After authentication, I want the user to be redirected back to the app....
N K's user avatar
  • 1
0 votes
0 answers
36 views

Instagram Graph API: possible to find usernames that used a specific hashtag?

We want to use the Instagram Graph API to get a list of public accounts that have used a specific tag recently (or a @). I already set the app up but before I am going to dive more deeply, I want to ...
Cherry Pie's user avatar
-2 votes
0 answers
41 views

PHP function not posting to Instagram using Graph API

<?php function postToInstagram($imageUrl, $caption) { $accessToken = "MY_ACCESS_TOKEN"; $postData = array( 'caption' => $caption, 'url' => $...
crazy trader's user avatar
0 votes
0 answers
45 views

How to get user location using the Instagram Graph API?

Today, I see the endpoint https://developers.facebook.com/docs/graph-api/reference/v20.0/location that retrieves the location of my own page. Is there any way to obtain the location of third-party ...
Lucas Dev's user avatar
0 votes
0 answers
56 views

Instagram basic display API implementation problem not fetching media like_count, comments_count, view/reach count,owner field

i have develop a Laravel web-application where Instagram user have to authenticate with their Instagram credentials and we are fetching user basic data like: username, id,access_token and also we have ...
webdev's user avatar
  • 9
0 votes
1 answer
117 views

Instagram Graph API - Pages list returns empty (/me/accounts)

I am trying to set up an Instagram Graph API integration. The problem in short: when trying to query the GET /me/accounts endpoint, i get an empty data list (pages list). And that makes me unable to ...
Omri Mizrahi's user avatar
0 votes
0 answers
20 views

how can get page managment and page read permission with facebook login app?

I am having trouble obtaining the pages_read_engagement and pages_show_list and ... permissions for my Facebook app. I just created the app and selected the Facebook Login type, but the only ...
Mahyar goudarzi's user avatar
0 votes
0 answers
52 views

Not able to accesss me/accounts of Instagram Graph API

I am trying out the Instagram Graph API for the first time to get the user page ID, aiming to retrieve the Instagram business account ID. However, when I use the Graph tool for my app and enter me/...
Veda C R's user avatar
1 vote
0 answers
75 views

Instagram Basic Display API does not show images in production (Error: "You need to enable JavaScript to run this app.")

I am trying to implement Instagram Basic Display API in React with Express to display instagram feed images on my webpage. I followed instructions (https://developers.facebook.com/docs/instagram-basic-...
natcheshev's user avatar

15 30 50 per page
1
2 3 4 5
200