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
100
votes
12 answers

Instagram API - How can I retrieve the list of people a user is following on Instagram

I would like to know how I can retrieve the list of people a user is following on Instagram. This is given that this particular user is someone that I follow. So I have access to his/her photos and his followers on the Instagram app. How can I use…
activelearner
  • 7,055
  • 20
  • 53
  • 94
80
votes
4 answers

jQuery Ajax Request inside Ajax Request

Is it possible to make an ajax request inside another ajax request? because I need some data from first ajax request to make the next ajax request. First I'm using Google Maps API to get LAT & LNG, after that I use that LAT & LNG to request…
Bias Tegaralaga
  • 2,240
  • 5
  • 21
  • 26
72
votes
8 answers

Getting a sticky header to "push up", like in Instagram's iPhone app using CSS and jQuery

The Instagram app has a nice sticky header that pushes the current one up in place of the new one. I found a great tutorial on how to do this natively for Android, but I'm looking to do it with JavaScript and CSS. I was able to get my header to…
Ryan Rich
  • 11,637
  • 8
  • 22
  • 31
69
votes
1 answer

ReferenceError getValuesOfAutofillInputs, Can't find variable: PaymentAutofillConfig

We are facing the Reference error in our code since 2nd of June 2022 on our sentry logs. Moreover its only happening on iOS (iphone) devices only.. Please find the link below to see the…
Murtaza Hussain
  • 3,851
  • 24
  • 30
68
votes
10 answers

Instagram API: How to get all user media?

In general I need to get all user media. User has more than 250 photos. I do /users/1/media/recent/?access_token=...&count=250 But it returns only 20 photos. Maybe instagram has a limit for getting media. If it is, response has a pagination to…
Anthony
  • 3,218
  • 3
  • 43
  • 73
65
votes
8 answers

Intent to open Instagram user profile on Android

I'm developing a social networking app and our users can connect their Instagram account to our service. I'd like to open Instagram profiles directly in their official Android app (if it is installed) but I can't find any way to do that. However,…
Grishka
  • 2,465
  • 1
  • 20
  • 38
57
votes
1 answer

Character Limit on Instagram Usernames

Does anybody know what the character limit is for Instagram usernames? Google has failed to return any answers to me.
Scully
  • 1,038
  • 3
  • 10
  • 23
51
votes
2 answers

Instagram API limit reduced to 200 from 5000

Does anyone have any clue why Instagram has reduced their hourly API request limit from 5000 to just 200? Is this a bug or the new normal? Do instagram partners undergo the same lowering of rate limit? The page on rate limits in the documentation is…
Narayan Singh
  • 1,234
  • 2
  • 13
  • 26
51
votes
17 answers

Instagram ?__a=1 url not working anymore & problems with graphql/query to get data

Update 19 April After a few days using cookie ig_pr two days ago is block. Looks like the only way to get the data now is use sessionid with a specific value Original I was using instagram ?__a=1 url to read all the post of instagram's users. A few…
Pablo Gutiérrez
  • 733
  • 1
  • 6
  • 7
45
votes
8 answers

Instagram returning "Matching code was not found or was already used" when using OAuth

I am trying to use the Instagram OAuth using the developer documentation at https://www.instagram.com/developer/authentication/. Step 1 and 2 are working without any problems, so I have my Client-ID, the Client-Secret, the Redirect-URI and the…
sma
  • 479
  • 1
  • 6
  • 12
45
votes
15 answers

Where do I find the Instagram media ID of a image

I'm am looking for the MediaID of an Instagram image which has been uploaded. It should look like 1234567894561231236_33215652 I have found out the last set of integers are the usersID For example: this is the link for the image directly, however…
Taz
  • 607
  • 2
  • 7
  • 10
43
votes
1 answer

Instagram error: Implicit authentication is disabled

When try to login to my app with Instagram account in mobile Safari I get 403 error: Implicit authentication is disabled.
Anton Gaenko
  • 8,929
  • 6
  • 44
  • 39
39
votes
9 answers

How to open fb and instagram app by tapping on button in Swift

How can I open Facebook and Instagram app by tapping on a button in swift? Some apps redirect to the Facebook app and open a specific page. How can I do the same thing? I found it: var url = NSURL(string:…
user4809833
39
votes
15 answers

PHP : writing a simple removeEmoji function

I'm looking for a simple function that would remove Emoji characters from instagram comments. What I've tried for now (with a lot of code from examples I found on SO & other websites) : // PHP class public static function removeEmoji($string) { …
sglessard
  • 3,097
  • 2
  • 27
  • 31
38
votes
9 answers

Posting video on instagram using hooks

I want my app to be able to upload videos to instagram. Instagram IPhone Hooks gives information how to use the iphone hooks to upload a photo to instagram. My question is if anyone has any experience on how to accomplish the same but for a video?
Nilsymbol
  • 515
  • 1
  • 9
  • 25
1
2 3
99 100