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

How to figure out which Instagram user has deauthorized your app with deauthorization callback url

I have followed the procedure at https://developers.facebook.com/docs/instagram-basic-display-api/getting-started The last step of step2 is the deauthorization…
nevzo
  • 198
  • 1
  • 8
3
votes
1 answer

Instagram Basic API - Long Lived Access Token

I'm building a website that integrates Instagram Basic API to show my media posts. So far, I managed to authorize via https://api.instagram.com/oauth/authorize?client_id=X&redirect_uri=X&scope=user_profile,user_media&response_type=code, fetch a…
3
votes
0 answers

Can't query instagram user with Graph API

Things were working find until yesterday. I'm developing a simple Instagram app, I made a basic login flow. Now, when I try to log in for the app with a business facebook account I get a message "You don't have any Instagram Business Accounts linked…
3
votes
1 answer

How to get the user's name from the Instagram API?

The Instagram Basic Display API "allows you to get a user's profile" though is there a way to retrieve the Full Name of the user? https://developers.facebook.com/docs/instagram-basic-display-api/reference/user The link above shows that you can…
3
votes
0 answers

Instagram Basic Display, exchange token error on live

instagram_graph_user_profile and instagram_graph_user_media are approved but the check mark under Products -> Instagram is not green. Business is verified. Instagram test users work fine! We don't have instagram_basic permissions, but as we…
hugo
  • 63
  • 4
3
votes
1 answer

Getting "app restrictions" error in Instagram Basic Display API

I am calling the instagram API to authenticate like described here. So I am calling (with correct instagram-app-id and redirect-uri): https://api.instagram.com/oauth/authorize ?client_id={instagram-app-id} &redirect_uri={redirect-uri} …
Björn
  • 12,587
  • 12
  • 51
  • 70
3
votes
2 answers

Is it possible to retrieve metrics from an Instagram account?

I am trying to create a program that retrieves the total number of likes, comments, etc from an Instagram account, not necessarily the content of comments etc but just gives the total number of likes and comments from a specific account. Is that…
3
votes
1 answer

Login with Instagram

I want to implement Instagram login to my website using PHP and looking on the web I found out that I should get an access token a implement a lot of code to run it... But Instagram Basic Display API website says that it is not a login system, and I…
user12903232
3
votes
1 answer

User Instagram Graph API without Facebook Login

I'm trying to use the Instagram Graph API from Facebook. I need the media, stories and some profile information like follower. The problem is, that many users have no Facebook page which is connected to a instagram account. Is it possible to use the…
3
votes
2 answers

Getting User Media with Instagram Basic Display API

I would like to retrieve photos from an account with the Instagram Display API but I can't find anything on the documentation. The closest thing to that is this…
Sapppz4
  • 49
  • 1
  • 5
3
votes
0 answers

How to get the image resolution of media from instagram graph api

On the previous api of instagram, getting the recent media returns also the resolutions of each. But in the new instagram graph api, it was removed. is there any work around to get the resolution from instagram graph api?
dlan
  • 103
  • 8
3
votes
0 answers

Login my application using Instagram application

Every time I log into my app using instagram it takes me to the webview to login using Instagram credentials and there is not any option to login using Instagram application as Facebook provides option on its webpage to login using FB application…
3
votes
1 answer

Is it possible retrieve follower list from new instagram-graph-api?

is it possible retrieve instagram follower list from new instagram graph api? It seen that instagram API are deprecated. do you know another method to retrieve instagram follower?
3
votes
0 answers

How to setup Test Users to submit my App using "Instagram Public Content Access" features?

My problem is: how to submit my App to Facebook Review with Test Users in order to allow the Facebook Reviewer to see that it works with the "Instagram Public Content Access" feature? Now, to detail my problem. During the development phase of my…
lgfischer
  • 1,718
  • 3
  • 13
  • 22
3
votes
1 answer

Using Instagram Graph Api with permanent page access token only works for some accounts

I try to fetch some images from an instagram business account through the instagram graph api by means of a permanent page access token (facebook: permanent Page Access Token?). These specific tokens seem to be the only possibility to get permanent…