Questions tagged [instagram]

A free photo sharing program that allows users to take a photo, apply a digital filter to it and then share it on social networking services.

Supported on iPhone, iPad, iPod Touch, Android, and Window Phone (beta release). On April 12, 2012, Facebook acquired the company.

Resources

Mobile Applications

6143 questions
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
27
votes
8 answers

Instagram oauth api gives { "code": 400, "error_type": "OAuthException", "error_message": "No matching code found." }

I am working on an application that integrates with Instagram API to access the user information. I successfully fetch the Access Token using the authorize url but unable to fetch the userId using access_token url: i am tried both the…
Amritpal Singh
  • 984
  • 2
  • 14
  • 33
27
votes
2 answers

Instagram from Android open on certain user and add caption to uploaded image

Instagram for Android is very limited, from what I have seen so far. My scenario is simple: allow the user to edit a picture and when he clicks on Send: Intent share = new Intent(Intent.ACTION_SEND); share.setType("image/jpeg"); Then with…
Alin
  • 14,809
  • 40
  • 129
  • 218
26
votes
1 answer

Can I get user email using Instagram API login?

I tried to use Instagram oauth API login but I can't get User email where as I can get profile picture, user url, comments and all. So can anyone tell me if there is any option to get user email? Here is snippet for you: print_r($result->data);…
Suman Kalyan
  • 490
  • 1
  • 5
  • 15
25
votes
1 answer

How to handle UIApplication handleOpenURL with multiple URL's

I have an app that will be using both Facebook and Instagram API's, both of which require me to use this delegate method: - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication…
Kyle Begeman
  • 7,169
  • 9
  • 40
  • 58
25
votes
3 answers

Instagram API to fetch pictures with specific hashtags

I want to get all the pictures with a specific hash tag from Instagram using PHP. How can I do that?
Shaonline
  • 1,597
  • 6
  • 18
  • 36
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
5 answers

Why does copying multi-row text from Google Sheets to the Instagram caption box add a quote mark at the beginning and end of the text?

This may be the most niche question ever but let's try it anyway. I have a Google Sheets spreadsheet that contains cells with multiple lines of text. Each line of text is separated by a soft break. As shown below, when I copy the contents of a cell…
zgall1
  • 2,865
  • 5
  • 23
  • 39
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
24
votes
3 answers

Instagram hook com.instagram.exclusivegram not so exclusive

As far as I know, you have to use com.instagram.photo to get the general options and com.instagram.exclusivegram for the documentinteractioncontroller's UTI if you really only want Instagram + use the correct extension .ig for general and .igo for…
wouterds
  • 881
  • 10
  • 26
23
votes
5 answers

I can't log in to Instagram: "CSRF token missing or incorrect"

I was using Selenium Python to log in to Instagram and open some pages. It worked fine, but after two days the Instagram started sending the message "CSRF token missing or incorrect". And now I can't even log in with my script or manually to any…
Eoaneh
  • 339
  • 1
  • 1
  • 5
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
4 answers

How to share image in instagram?Swift

Sorry for the question without a code.But i didn't find anywhere to look for. I want to share image with title in instagram? How can i do that? Any help would be great
user4790024
23
votes
3 answers

How webpages like Statigram doesn't exceed Instagram API rate limits

Well, pretty much what it says on the tin. I'm really curious about how pages like Statigram do their search functionality without users authentication and not exceeding the limits? If I'm correct, Instagram API allows 5000 calls per hour, so I…
jonathanwiesel
  • 1,036
  • 2
  • 16
  • 35