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
1 answer

How to get data for an Instagram Business account from Instagram Business API without login?

I have been approved for Instagram Business API and only use to call data from Insights, which is working fine for logged in users. I am trying to get basic data from API for IG accounts accounts that a user doesn't own, such as followers,…
thecrentist
  • 1,241
  • 2
  • 19
  • 28
0
votes
0 answers

Facebook: How to request for instagram_basic permission during app review?

How to request permission for instagram_basic during app review? I searched for the permission in the app review > current request dashboard but it seems not available Are there any other steps that needs to be complied? I think I am missing…
0
votes
1 answer

get information of public media using API graph instagram

The response of API to get media with tag of user does not return any informations about the user who has posted the media. Is there a way to get information of those media'user. My app has already the feature instagram public contents THanks a…
0
votes
1 answer

Instagram Graph API "official badged partner"

we are planning a tool with which you can automatically post to instagram and facebook. Do we have to be official badged partners to get access to the instagram graph api? Or does one have nothing to do with the other? I read that Instagram/Facebook…
0
votes
1 answer

Instagram API obtaining users information from those that engages

If I have a following on Instagram that engages with my content, and also has an online presence that has signed up users, is there a way to connect the two? Is there a way to find out if a user on Instagram likes a photo, and see if that user has…
hellomello
  • 8,219
  • 39
  • 151
  • 297
0
votes
1 answer

How can I access public media using instagram api?

I am only able to see my own post,I am currently doing this https://api.instagram.com/v1/tags/blueskies/media/recent?access_token=########## How can I get public media posted by other user with hashtag #blueskies
rUCHit31
  • 334
  • 1
  • 3
  • 15
0
votes
1 answer

Instagram Mention API - not able to retrieve media details in DEV mode

Since the existing instagram APIs are deprecated, I am switching to the graph api. Below is what i want to achieve and what the issue is. Requirement. I would like to track the number of likes and comments on instagram posts in which my business…
Sachin Trivedi
  • 2,033
  • 4
  • 28
  • 57
0
votes
1 answer

Facebook Graph API Explorer not showing Instagram accounts

I'm trying to connect to Instagram accounts via Facebook following this documentation using the Graph API Explorer instead of an app of my own. However, querying accounts via me/accounts doesn't return any Instagram accounts. I checked all required…
SomewhereDave
  • 453
  • 8
  • 20
0
votes
0 answers

Can't get instagram newly added business account through API

I am facing issue for Instagram business accounts retrieving from API. Client is already authorized my app and after some time they converted there Instagram personal account to business account. When i try to fetch newly added Instagram business…
0
votes
1 answer

Instagram deprecation of Login

Just need to know if login falls under the basic feature of the api which instagram has decided to deprecate on 2020, or it will be deprecated well before that.Also need to know if user endpoint always fall under basic?.Is there any instagram login…
iAskQuestions
  • 39
  • 1
  • 4
0
votes
1 answer

Post comment via Instagram Graph API returns 803

I am developing an Angular 6 app with ngx-facebook which should use the Instagram Graph API to publish comments on Instagram posts. I went through the App Review process and acquired all necessary permissions manage_pages, instagram_basic and…
0
votes
1 answer

Importing user photos vs. Instagram platform API depreciation

I am co-creating app which have an option to import user photos from Instagram. Upcoming API depreciation log says that I can: read a user’s profile info and media until 2020. I want to be ready and make sure my platform will not stop working so…
Gieerzetka
  • 108
  • 1
  • 8
0
votes
3 answers

How to post an image to Instagram through Instagram graph API using Node.js

I want to post an image on Instagram using Instagram-graph-API. The documentation does not especially give any support for Node.js. Also, online resources are very very little regarding this topic. Can some help in implementing this by first making…
manikandan
  • 29
  • 1
  • 1
  • 4
-1
votes
0 answers

Get instagram follower feature like male/female balance using instagram api

Is there way to get follower feature data using instagram graph api? I currently use business discovery and python to get basic data but ain’t able to reach further. If method require permission from account holder that fine as well.
-1
votes
0 answers

Instagram API: Error: Media upload has failed with error code 2207026

I'm using Make(formerly Integromat) trying to send these files (Instagram Reel specifically but regular posts as well) Appreciate any effort in helping me troubleshoot this, Here are requirements…
Ludvio
  • 1
  • 1