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
22
votes
5 answers

"Invalid platform app" error using Instagram Basic Display API

I am trying to use Instagram Basic display API but when I post the authorization code to get the access token I keep getting the following error {"error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app"} I am following…
21
votes
2 answers

Instagram Graph API, get followers of followers

I'm trying to figure something out... As most of the 'old' API has been shut down, I've taken a look at the Graph API. I would like to retrieve the list of followers of a specific user. For the life of me I can't figure it out... is this really not…
Sander
  • 449
  • 2
  • 5
  • 12
12
votes
1 answer

Why Instagram Basic Display api is not authentication solution

I want to add a 'Login with Instagram" button as a new feature to my application. After reading the docs, I understood that the new API called - 'Instagram Basic Display Api' can't be used as an authentication solution. "Data returned by the API…
12
votes
1 answer

how do I get user email and full name using instagram graph api

I'm using a consumer facebook developer account. I need to get user media information from the following endpoint. Particularly need to get user full name, email and profile picture…
dwayneJohn
  • 919
  • 1
  • 12
  • 30
11
votes
3 answers

Is there any way of retrieving a list of poll voters from Instagram stories?

I know there is an endpoint here for retrieving a list of story id's, but I was wondering if it was possible to get a list of the users who voted on a specific story poll? There seems to be very little data on stories (even when you export personal…
10
votes
2 answers

'Instagram Public Content Access' For Development

I'm trying to develop an web app which use "Hashtag Search API" API url: https://developers.facebook.com/docs/instagram-api/hashtag-search When i used this API, Facebook returns "(#10) To use 'Instagram Public Content Access', your use of this…
9
votes
3 answers

Error when I scrape Instagram accounts. Adding `?__a=1` to the URL doesn't work anymore. Any clues?

Until 2 days ago, I was able to scrape Instagram accounts by adding ?__a=1 at the end of the URL. E.g.: https://www.instagram.com/xavi/?__a=1 Now, when I do the same thing I get this response: for (;;); { "__ar": 1, "error": 1357004, …
9
votes
1 answer

Instagram Feed in website - using Instagram Basic Display API

I am trying to show instagram feed(of a specific account) on website using the developer documentation at https://developers.facebook.com/docs/instagram-basic-display-api/getting-started . instagram-basic-display-api seems supporting "Getting an…
Avenger
  • 205
  • 2
  • 10
9
votes
4 answers

Instagram Graph API - Fetch media insights metric when a user switched from personal to business account

I'm looking for a way to fetch Media Insights metrics in Instagram Graph API (https://developers.facebook.com/docs/instagram-api/reference/media/insights) with a nested query based on the userId, even when a client switched from a Personal to a…
9
votes
1 answer

Instagram API vs Instagram Graph API

I'd like to write a really simple website, one that allows ANY Instagram users, big or small, business or personal, to come to my website, login using their instagram credentials (oauth) and then see the last 5 posts on their feed. I've already done…
user285429
  • 303
  • 1
  • 4
  • 10
8
votes
0 answers

Facing issue while scraping instagram api

I have a scheduled job that runs every day to fetch the list of following and followers of my profile. I append the following at the end of URL (?__a=1) to fetch data. Since yesterday, I am getting this error in logs: for…
8
votes
1 answer

Fetch Instagram live stream RTMP URL and Key

There are apps such as yellow duck that will fetch the RTMP URL and key for you. These can then be used with OBS, or any other streaming software. The feature I am building requires replicating what Instagram does, and extracting the RTMP details…
8
votes
1 answer

Instagram basic display API - Getting Invalid platform app Error

I am getting Invalid platform app error while hitting oauth/access_token API on postman. Note - for app_id i am using Instagram App Id. Any solution for this? { "error_type": "OAuthException", "code": 400, "error_message": "Invalid…
7
votes
4 answers

How to start with the InstagramAPI in Python?

i want to play with the InstagramAPI and write some code for like getting a list of my follower and something like that. I am really new to that topic. What is the best way to do this? Is there a Python-Lib for handle those json request or should I…
naheliegend
  • 159
  • 2
  • 3
  • 9
7
votes
1 answer

Get authorized user's profile picture (Instagram Basic Display API)

After authorizing the user and receiving an auth_token I am able to get the fields id, username, and account_type for the currently authorized user. How do I also get the profile picture for the user?
Luke Pighetti
  • 4,541
  • 7
  • 32
  • 57
1
2 3
37 38