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
2
votes
0 answers

Instagram Graph API Video & Reels

Recently, on the 21st of May Instagram released an update regrading IGTV, Videos, and Reels. I used to get my user's media with the help of the Graph API, BUT after the update, new videos which are created are considered a Reel. Note - users have to…
2
votes
1 answer

Facebook/Instagram Comments Scraping

I need your help in order to find a tutorial or any other information regarding the scraping with Python (Legally: Because this is a part of a data collection for my thesis so I will need the legal ways to scrap the data please). Whould you please…
2
votes
0 answers

Business discovery user media with location

i'm fetching all user details with latest media and some insights, but the posts are not including the location: const fields = …
aminstar
  • 21
  • 4
2
votes
0 answers

Can a lookup be done by fbid? (Instagram API)?

I was wondering if it is possible to look up a user using the fbid that gets shown when using the Instagram API to look up a user. For example, I used the following URL to look up the official Instagram…
2
votes
0 answers

Is there any way to get extra information like as non-follower reach, follower reach,follower growth etc. with using Instagram Graph API?

I want to get some metrics with using Instagram Graph API like total numbers of non-followers and followers reach, followers growth and unfollows for my business account. However, no matter how hard I researched, I could not find a source that…
2
votes
0 answers

Create account test Instagram for API graph messenger instagram standard access

For getting the permission of the scope Instagram_manage_messages to "advanced access", Facebook requests a video to show them how to utilize the API Messenger Instagram standard access. For that, we need a page of user test Facebook linked into an…
2
votes
2 answers

Is there anyway to get Instagram Highlights via API?

I'm looking for a way to get Instagram Highlights via API. I known that Instagram has an endpoint to get Story (https://developers.facebook.com/docs/instagram-api/reference/ig-user/stories/), but it only returns last 24 hours stories. So, any chance…
Hai Tran
  • 21
  • 2
2
votes
0 answers

instagram api getting access tokens with permissions and scope not working as expected

I think i am a bit confused, i need Instagram token to upload images and videos. While trying it from https://developers.facebook.com/tools/explorer/ I had to provide permissions…
souradeep majumdar
  • 137
  • 1
  • 1
  • 17
2
votes
0 answers

Insights Graph API- Follower_count return showing 2 days outdated

We are using: https://developers.facebook.com/docs/instagram-api/reference/ig-user/insights Trying to return: follower_count day Total number of new followers each day within the specified range. Returns a maximum of 30 days worth of data. Not…
2
votes
0 answers

Using Instagram Graph API to pull information on creators/public account

I'm a little bit confused about how to use the Instagram Graph API. Do I need a business/creator account as well as register my app to be approved by Facebook to use the API itself? Any other requirements? My goal for the app is to be able to enter…
Insui
  • 21
  • 2
2
votes
2 answers

Does Instagram have a developer API for accessing a user’s saved posts?

Once authenticated as a user, using an Instagram developer API, can you get the user’s saved media?
Ilias Karim
  • 4,798
  • 3
  • 38
  • 60
2
votes
1 answer

Instagram Graph API - Post an image

I'm trying to automate my instagram feed (in future extending to more users). To achieve that, im using: Instagram basic display: to get access token for a certain user, permissions and then access to read-only data (followers, posts, etc). But…
2
votes
0 answers

How can I publish posts on Instagram via API

I was browsing through the documentation and I wonder if I can publish posts on instagram without being an instagram partner as they are not accepting any partnership at the moment. However, is there also a way to publish posts on instagram if I…
2
votes
0 answers

Share post from facebook to instagram by API

I have a Facebook page link into a bussiness Instagram account. When I post a post on page, I want it auto-share to Instagram. How can I do that? I have dived into Facebook API for hours and no solution found :(((
2
votes
0 answers

How to Get Instagram Graph API User Access Token From Server Side

I'm trying to develop a web application to display Instagram media along with the metrics like comments count, likes count, etc, of a user registered in my application. Users need to signup using their email and password and after successful signup,…