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

Instagram-graph-api app review insights api

I want to get insights on instagram business accounts and their posts that are public for some data analysis and prediction work. I looked over the graph-api documentation but it says that I have to submit an app for review. I was wondering if there…
0
votes
1 answer

No next url for getting instagram medias on facebook's graph API for business accounts

I am trying to fetch all of my instagram page's posts (around 57k posts) from facebook's graph API. using the 'media' endpoint described here: https://developers.facebook.com/docs/instagram-api/getting-started I have managed to get around 12k posts…
0
votes
1 answer

How to get media of specific instagram account by hashtag?

I want to get media of specific Instagram account (my account) by hashtag. I followed the instruction of Instagram Graph API but maybe the result maybe returned all media of all user by hashtag. Does anyone have any idea ? Thanks ! Reference:…
Duong Tu
  • 19
  • 4
0
votes
0 answers

Instagram public pages feed Graph API

I need to get the public posts for public pages in Instagram using graph API. If I granted the instagram basics and Instagram public content access requests. It will be enough to enter page ID for the graph API to retrieve the media of the page?…
Islam
  • 1,647
  • 6
  • 27
  • 40
0
votes
1 answer

Not able to extract Instagram account data connected to Facebook page using graph api

I'm trying to access the media of my Instagram business account connected to Facebook page through Facebook Graph API. I've set up everything as requested: I have an Instagram business account, a Facebook page connected to this account and a…
0
votes
1 answer

How Instagram autolikers bypassing the API deprecation?

In the past, Instagram autoliker, autofollower, like exchanger bots worked with the Instagram API. Thankfully, to keep Instagram - bot safe, they deprecated their API functionallity, so developers can no longer use Commenting, Liking endpoints. But…
Bandi Tóth
  • 167
  • 1
  • 9
0
votes
2 answers

Is it possible to query for media insights in a single query?

Based on Facebook's documentation, the only way for me to obtain Instagram Insights on an Instagram posts is if I query for a single post. Is there a way for me to query for insights like impressions in a single query. Right now, I'm just doing…
0
votes
0 answers

How can I read out name of instagram accounts (2019) who liked or commented my post with Graph-API, 3rd-party API or parsing?

I want to have a list of people who liked or commented my posts. These are all informations which are not critically regarding GDPR because everybody can see these informations. But the problem is that its not possible anymore to use Instagram API…
0
votes
2 answers

Instagram: Unable to get tagged media object by ID

I'm currently using this endpoint to pull tagged media on the Instagram Graph API. From this endpoint I get details on the media and the Media ID. I also need to be able to get a tagged media object by media ID similar to how I can do it for…
James
  • 1,440
  • 14
  • 12
0
votes
1 answer

Facebook API Graph. Instagram. How to get user profile picture knowing only username?

I'm implementing webhook subscription to receive notifications about new comments on Instagram media (so, the solution assumes server side environment). Webhook payload contains a comment ID. Fetching a comment node via Facebbok API Graph call I can…
Olegas
  • 10,349
  • 8
  • 51
  • 72
0
votes
0 answers

How to get media count using IG Business Discovery API without permission from 3rd parties?

Error code provided by FB in supplement to my most recent commentI'm setting up an app that will be able to see if Instagram profiles have been recently active (within 24hrs) by reading the number of "media count" of a specified user. IG docs are…
0
votes
0 answers

How to post image on Instagram not via android Intent?

After searching on SO and google i found that instagram_basic permission is solution. So i have added product instagram from developer.facebook. Also apply for app review for instagram_basic but facebook rejected and gives me below reason. "Based…
0
votes
0 answers

Instagram Graph API and app approval process

So I'm developing this feature called Social Media Wall which is basically setting up and styling this plugin https://github.com/pavelk2/social-feed Everything worked fine until I had to add Instagram - they have switched their previous API off and…
0
votes
2 answers

Testing Instagram Graph API stopped returning media

I'm developing website so my fb app is in dev mode and until yesterday everything worked fine. Today I can not figure out what went wrong. I used page token to get my Instagram business account connected to my page:…
0
votes
2 answers

Instagram Graph API - Use Business Discovery and Insights edge combined

I am able to fetch the list of media objects associated with an external user using the following URL GET (my IG user…