Questions tagged [instagram-api]

The Instagram API enables the integration of Instagram's photos\videos content and functionality into a website, application or a device. Tag specific questions about the use of Instagram API.

This tag collects questions about the use of Instagram API.

Instagram’s API uses the OAuth 2.0 protocol for simple, but effective authentication and authorization. OAuth 2.0 is much easier to use than previous schemes; developers can start using the Instagram API almost immediately. The one thing to keep in mind is that all requests to the API must be made over SSL (https:// not http://)

Official Developer Site: Link

Facebook' Instagram Graph API support: Reference

Instagram API tutorial

2971 questions
35
votes
5 answers

Authenticate the Test User { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" }

I'm trying to recover the access token via the Instagram Basic Display API but when trying to authenticate the test user I get this error: { "error_type": "OAuthException", "code": 400, "error_message": "Invalid platform app" } I expect…
Felice Caricati
  • 353
  • 1
  • 3
  • 4
31
votes
4 answers

Instagram/feed API media URL shows 'URL signature expired'

I am using Instagram feed API to show my Instagram posts on my Website. But some video URL shows 'URL signature expired'. Any solution for me ?
30
votes
4 answers

How to perform unauthenticated Instagram web scraping in response to recent private API changes?

Months ago, Instagram began rendering their public API inoperable by removing most features and refusing to accept new applications for most permissions scopes. Further changes were made this week which further constricts developer options. Many of…
marked-down
  • 9,958
  • 22
  • 87
  • 150
30
votes
5 answers

Did Instagram change API rate limits on Mar 30, 2018?

I use some self developed script to get info about my posts and followers. Recently I discovered that Instagram changed rate limits for my app. I see following info in headers: x-ratelimit-limit: 200 I learned Instagram blog and page with changes…
Nick Fanilov
  • 589
  • 1
  • 5
  • 10
30
votes
0 answers

Using min_id in the Instagram API

Just the fact that I can find no-one else having this problem with the Instagram API indicates to me that I am doing something wrong. If I was to enter:…
Dave Spencer
  • 495
  • 1
  • 4
  • 15
29
votes
2 answers

How to access Instagram feed of any user with new Graph API?

Facebook recently introduced Instagram Graph API, which allows to fetch data from Instagram page that is connected to your Facebook company page, instagram.com/developers states: The Instagram Graph API is Now Available to All Developers. For…
Marvin3
  • 5,741
  • 8
  • 37
  • 45
28
votes
10 answers

1080x1080 photos via Instagram API

http://www.theverge.com/2015/7/6/8899807/instagram-1080p-pictures-photo-upload The Verge recently made known the latest app versions of Instagram are uploading photos in 1080x1080 resolution. These photos can be easily sourced via HTML when browsing…
Adam Black
  • 327
  • 1
  • 3
  • 3
27
votes
3 answers

How to get Instagram Profile Picture?

How to extract Instagram Profile picture using instagram API in android ? Or any other Method To extract Insta Profile Picture?
Yash Arora
  • 360
  • 1
  • 5
  • 10
27
votes
4 answers

Instagram API doesn’t find any liked posts for sandbox users

I’m using the Instagram API in sandbox mode. I’m trying to access a User’s liked posts from the Instagram API using their authenticated access token. This user is one of the accepted sandbox users for my app, and has liked some posts. If I call…
coderz
  • 1,366
  • 1
  • 12
  • 23
24
votes
3 answers

How to get instagram follower count from instagram public account after 2020 instagram api change?

I am trying to retrieve the follower count only just using a user's instagram handle (aka @myusername). I read in several answers that you can access the "https://www.instagram.com/{username}/?__a=1" to retrieve the block of json that has all the…
Hyun Seok Cho
  • 341
  • 1
  • 2
  • 3
24
votes
7 answers

https://api.instagram.com/oauth/authorize api login error

Instagram login API is in use. After approving the app, the following error occurs. The user denied your request. It worked well until yesterday. What's the problem?
jeypark
  • 241
  • 3
  • 6
23
votes
5 answers

Error when scraping Instagram media, by adding at the end of URL (?__a=1)

Sometimes when trying to scrape Instagram media, by adding at the end of the URL (?__a=1) EX: https://www.instagram.com/p/CP-Kws6FoRS/?__a=1 The response returned { "__ar": 1, "error": 1357004, "errorSummary": "Sorry, something went…
user3661581
  • 539
  • 1
  • 7
  • 17
23
votes
4 answers

Is there still a way to fetch instagram feed without using access token now (06/2016)?

I have an issue that my Instagram API access token keeps expiring frequently and I red the document and understood that although the token wouldn't expire generally, Instagram may decide to expire a token any time for any security reason or whatever…
Ryan
  • 233
  • 1
  • 2
  • 4
23
votes
3 answers

Instagram Sandbox User invites never received

Our simple company app that pulls in tagged posts was Sandboxed as of June 1. I know that we don't need to go through the review process- we're going to leave it in Sandbox. I'm trying to add Sandbox Users. I have added the username and clicked the…
plaintxt
  • 441
  • 1
  • 3
  • 7
23
votes
2 answers

How Does Instagram's GET/tags//media/recent Pagination Actually Work?

I'm trying to use the Real-time Photo Updates API to get all pictures with a specific tag as they come in. Since updates from this API really only tell you that new content exists (but not what it is), I am querying for recent media with my tag…
Adam Platt
  • 233
  • 1
  • 2
  • 4