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
2
votes
1 answer

APISubscriptionError 400 Unable to reach callback URL

I found a lot of posts about this issue, but none is like mine. I have a website that subscribes to IG real-time updates. Since some time ago trying to subscribe to new notifications returns the above error. Seems like IG can't reach the…
justabuzz
  • 842
  • 1
  • 9
  • 19
2
votes
1 answer

How to extract images inside the bounding box using Instagram API?

I'm trying to collect all images from a specific location, for example Tokyo. I manages to create a bounding box which gave me the following results (50.607041876988994, -1.3187316344406208, 52.40735812301099, 1.5737316344406207) Main problem is,…
Mr_Shoryuken
  • 719
  • 3
  • 8
  • 16
2
votes
2 answers

instagram embeds.js handler to know when the iframe is loaded

I'm using embeds.js to display instagram posts on a website. referring to https://www.instagram.com/developer/embedding/ I use also the widgets.js for twitter and with it I can load a twit, set an handler to get when the iframe is ready and then…
Daniele P.
  • 228
  • 4
  • 16
2
votes
1 answer

How to get "public_content" permission in Instagram API?

I have App what use in my website a widget by inwidget.ru : this widget show recent photos by special user or hashtag (people who have red heads and use #redpeopleorg in Instagram will show in my website http://redpeople.org). After 17'November…
Nikita
  • 119
  • 1
  • 5
2
votes
1 answer

How to edit a post's caption with Instagram API or any other method available without using Instagram App

I'm trying to find a way to edit an authorized user's post's caption, but it doesn't seem like the API supports this. How can I do it i'm authorized? Or What endpoint does the Instagram app post to when editing the caption. Maybe I can work around…
Relm
  • 7,923
  • 18
  • 66
  • 113
2
votes
0 answers

Feeds between min and max timestamp Instagram

I am getting users feeds list from Instagram using the following API call and displaying to users. https://api.instagram.com/v1/users/self/feed/?access_token=[ACCESS_TOKEN] But I want to fetch the feeds only which is created with in particular time…
Rajkumar G
  • 247
  • 1
  • 4
  • 13
2
votes
2 answers

gridview organized items like instagram

I'm wroking in android app were I get my pictures from parse.com in a gridview, everything works well and my images are shown but not in the look I want to. my result and this is how i want it to lookf like instagram look This is the code for my…
Bensaad
  • 45
  • 1
  • 7
2
votes
4 answers

Instagram api does not return data

The instagram api returs this when triying to get latest post by hashtag: {"pagination":{"deprecation_warning":"next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead"},"meta":{"code":200},"data":[]} This is…
Alejandro
  • 220
  • 2
  • 13
2
votes
2 answers

Instagram Create Account API?

I've been trying to use this URL that apparently creates an Instagram account. However, it returns asking for my login. I thought you didn't have to have an account to register the account,…
Aero
  • 117
  • 2
  • 8
2
votes
0 answers

How do I use an Instagram API to be able to search via location (i.e. city) through preloaded hashtags i.e. sightseeing, tourism etc

I am trying to use the Instagram's API to search via city within already preloaded hashtags by myself. In the JavaScript code I have created, I have already got images with the hashtags I have selected to load via geolocation, however I want users…
2
votes
1 answer

Authentication on Instagram to get the access_token using the API

I'm using the Instagram API and want to get the access_token in order to throw api requests over my own account. When I try to follow the first step and get the authorization code programmatically using RestTemplate I can't get it work. String…
e_v_e
  • 478
  • 3
  • 16
2
votes
0 answers

Instagram API - How to check last page last record?

I am working on Instagram API first time and also using social media API first time so I have very basic knowledge of how to call and read data from API. So I have created one recursive function to call next page and read data. Now I am storing…
Mr.Happy
  • 517
  • 1
  • 9
  • 25
2
votes
1 answer

Instagram leaflet show photos on map

I am curently trying to make out one map to show my instagram photos. After some research i 've found this github rep https://github.com/turban/Leaflet.Instagram and here you can see exactly what im trying to…
user4544229
2
votes
2 answers

How to create and add video filter like Instagram using AVFoundation framework - Swift programming

Im working on AVFoundation framework using Swift programming. Can someone help me find some tutorial or links or code snippet to apply video filter similar to what Instagram does. I'm working on iOS video creator kind of app which records video and…
Ankit Jain
  • 1,858
  • 22
  • 35
2
votes
0 answers

Android app store rejecting over instagram api usage

I'm developing hybrid (Android, iOS) app which using Instagram api to fetch user general data without login by just providing any username. I'm using following instagram…
abubaker
  • 319
  • 3
  • 7
1 2 3
99
100