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

Sign in with Instagram

I need to make sign in with Instagram on my web site. But its looks impossible in Instargam Graph API. I tried to to a sign in with Facebook and take information about Instagram, but i do not know how. I just need to have a real not fake accounts…
0
votes
1 answer

Instagram API with PHP

I have an application where I am using Facebook,Linkedin and Twitter Api's to post on the respective platforms.Now I am deciding to use Instagram to start posting using their Api but I have not found any good articles to implement their…
0
votes
1 answer

Instagram Api to send and fetch Direct messages

Do we have Instagram-APIs which captures Direct-Messages(DMs) for an account? APIs which provide the info of DMs sent to that account and DMs received for that account. Something like webhook. I had searched facebook developer docs and found no…
protonsphere
  • 41
  • 1
  • 3
0
votes
1 answer

can't get access_token at instagram Basic Display API

I want to use instagram Basic Display API. Because want to embed a post on my website. ーーーーーーーー In using the instagram Basic Display API, Official [instagramBasicDisplayAPI]-> [Start Guide] Step 5 "Replace code to get a newborn" does not…
user12467071
  • 23
  • 1
  • 4
0
votes
2 answers

Correct way to display instagram feed with all fields by new Instagram API

I have been displaying facebook feed on my website using Facebook Graph API, I want to do the same to display Instagram feed. But in last month Instagram totally changed things for developers like it's not allowing creating clients here in there…
0
votes
2 answers

How to get user id and access token of instagram account after the oct 15th update?

In my Instagram developer account it is showing this: Starting October 15, 2019, new client registration and permission review on Instagram API platform are discontinued in favor of the Instagram Basic Display API. So I don't know how to get…
0
votes
0 answers

How does pictame and graphixto get the details of all the instagram profiles as the API provided by instagram does not support this?

How do they get details of media, engagement followers etc from Instagram as the Graph API requires token generation? They have mentioned on their page that they use Instagram API. Do they scrape the web content or get these details from…
0
votes
1 answer

Instagram Graph API Business Discovery - how to get stories?

Business discovery doc mentions nothing about fetching another account stories. I am trying the following ?fields=business_discovery.username(marvel){stories} But I get "message": "(#10) Application does not have permission for this action", …
pvllnspk
  • 5,667
  • 12
  • 59
  • 97
0
votes
1 answer

Is there a linkedin and Instagram API to fetch my contacts and send messages to them?

Is there an API service to fetch my linkedin and Instagram contacts and to send direct messages to them? I need the API to integrate the above mentioned functionality in an application. Are there any restrictions to it? This is for a mobile…
0
votes
1 answer

Instagram Graph API - Insights

Does anyone here have access to the Graph API? I have a general question. I see a service/tool who has the insight data of +100M Instagram Users. I see the Graph API offers Insights -…
0
votes
0 answers

How do I get Instagram Media of a user? Instagram Graph API

This has been such a frustrating struggle, but how would I be able to pull in media of an IG user that I already have authenticated? Instagram_basic permissions have been granted Business profile has been verified Graph API Explorer: I don't even…
user11890551
0
votes
1 answer

how can i use Instagram API to post a comment whenever a new post happens?

i do need to make a comment when a new post get's posted and that comment should be on the new post .. i have never used Instagram so how can i simply do that ? just like when the posts number get's increased post the comment on the latest post .…
0
votes
0 answers

Facebook website app that doesn't use Facebook Login for multiple websites

I am currently testing the Instagram Graph API for the purposes of obtaining, with the website owner's permission, his recent Instagram posts to fill an image slider or gallery with the image/thumbnail, like and comment count and a redirect to the…
0
votes
1 answer

Seeking further validation that my research on Instagram's updated graph API through Facebook is correct

I'm aware that Instagram has been phasing out their Platform API in favor of the Instagram Graph API through Facebook, except for select non-Business and non-Creator accounts (for which Instagram still refers developers to their Platform API); even…
0
votes
1 answer

is there an API to get all of an Instagram business account's posts that include a particular hashtag?

I am trying to get media with an hashtag that is specific to a particular user. Instead, the api seems to provide all the public images with the hashtags that is not specific to the account. This is the api to get media nodes using hashtag that I…
harry
  • 36
  • 3