Questions tagged [instagram-graph-api]

The Instagram Graph API allows you to programmatically access Instagram Business Accounts so you can more easily manage media objects, view comments and metadata, and get insights and metrics, get hashtag data, mentions and more.

The Instagram Graph API is a standard REST API that supports basic CRUD operations. It works by checking a User's access token for any Facebook Page roles. If the User has a role on a Page, and that Page is connected to an Instagram Business Account, the User can grant your app permission to access the connected business account's data.

Documentation: Instagram Graph API | API Reference

561 questions
-1
votes
1 answer

Meta API for getting the long-lived token showing Sorry, this content isn't available right now

I have called the Instagram Meta API for getting the long-lived token. It generates a response like Sorry, this content isn't available right…
-1
votes
1 answer

Is there any way to get the list of instagram followers using basic display api?

I'm trying to get a list of instagram followers by using instagram basic display api but it dosen't work Is there any way to use a some kind of script to get the list after loging in with the api. I don't like to use instagram private api as it asks…
-1
votes
1 answer

how to get access token from Instagram using password and username?

I'm trying to get access token from Instagram API using username and password but in Instagram Graph API requires app ID for connected Instagram account with Facebook https://developers.facebook.com/docs/instagram-api I need to make it dynamically…
-1
votes
1 answer

Can we get the Instagram posts by hashtag?

I'm trying to set up an instagram hashtag posts block for my site by js. I know I need to use the Instagram Graph API API and get a Access Token to send the request. But it expires after 1 hour and I don't want to have to manually refresh it. Does…
-1
votes
1 answer

How can I add instagram login button to my project

I'm trying add Instagram login button to my project but I can not find any documentation talking about that, Why?
-1
votes
1 answer

Instagram Basic Display - How do I get USER ID?

I have the Instagram basic Display api set up and working ok to get my data. However if I try to get a user data (not mine), non of the ids work. Here is how am searching in python code but its failing: media =…
ibexy
  • 609
  • 3
  • 16
  • 34
-1
votes
1 answer

facebook graph API calls limit

When I run my application the API calls reaches their limit so fast. Any solution to extend the total number of calls?
-1
votes
1 answer

Instagram API - get own posts for website

I read through all the dev docs stuff at https://developers.facebook.com, but I found no simple solution to solve that one simple question. I want to display my own posts detail at my website. Is that even possible?
jmcclane
  • 159
  • 2
  • 14
-1
votes
1 answer

how to set redirect_uri in instagram basic display on a insecure protocol

I'm trying to follow the documentation to get the instagram user profile info and feed using laravel. There in no way for me to set the redirect_uri parameter on http://localhost:8000/callback_address. If i do that, i get the message: { …
-1
votes
1 answer

Any way to get instagram business profiles contact number using unofficial instagram api or scraping?

There are lot of apis that allows to scrape business profile email but I can't find anything that can scrape business profile contact number. I think the main reason would be contact option is available only in instagram app.
-1
votes
1 answer

search all instagram users by searching with query

I have to fetch all instagram users by using @mentions,Please point me to exact end point of Instagram graph api. Previously I have seen below end point, but it is deprecated it seems https://api.instagram.com/v1/users/search?q=test&access_token
-1
votes
2 answers

Is there any way to get all the media with information by one API request Instagram Graph API?

Facebook recently changes its Instagram API. Now I can get all the media ids by requesting from this endpoint- https://graph.facebook.com/v7.0/{ig-user-id}/media?access_token=... But it only returns the media Ids, not any other media information…
Sajeeb Ahamed
  • 6,070
  • 2
  • 21
  • 30
-1
votes
1 answer

Instagram: Graph API does not return id of user who commented

I am using Facebook Graph v7.0 to access Instagram data. I can get comments made on instagram media using the following…
Prakash
  • 422
  • 1
  • 12
  • 31
-1
votes
1 answer

"Failed to Decrypt" Error 190 in Instagram Graph API

Working on a site using Wordpress as a headless CMS. We had an instagram feed on the site using the old API, and are switching over the the new Graph API. We are using this plugin in Wordpress, but just using it to generate an access token which we…
Chris
  • 884
  • 1
  • 11
  • 30
-1
votes
1 answer

How to get Instagram profile?

How to get user information about himself (real name and avatar) using Instagram Graph API or Instagram Basic Display API?
1 2 3
37
38