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
0 answers

Instagram API not working

I am working with instagram API to fetch instagram images in php.It was working till 2 weeks before. Now it shows some failed to open stream: HTTP request failed! HTTP/1.1 400 BAD REQUEST error.I am using file_get_contents() methode to get…
Albert
  • 316
  • 3
  • 15
2
votes
0 answers

Using min_id and max_id with (new) instagram users endpoint

In their documentation for their new API, Instagram says this: Relevant points: MIN_ID: Return media later than this min_id MAX_ID: Return media earlier than this max_id I want to search for media that a user posted within a certain date range.…
chadoh
  • 4,343
  • 6
  • 39
  • 64
2
votes
2 answers

Nativescript openUrl

Anyone know how to launch native apps on iOS from a NativeScript app using the app URL schemes? These URLs are returning false and not launching the apps as expected when using openUrl via the NativeScript utils module. Facebook -…
2
votes
1 answer

write image and link like this

I really don't understand why it's not working. I have the right access token and userId. I even looked at a youtube tutorial [https://www.youtube.com/watch?v=9ptaVOk4DDo][1] and did everything accordingly ;( All that it shows is a blank page, and…
Ann
  • 41
  • 1
  • 2
2
votes
2 answers

Instagram API for a Mac Application

I have gone through the Instagram Authentication documentation and I could see that there is no direct way to authenticate other than taking the user to a URL specified by the Instagram. This is what Instagram documentation says. In order to receive…
user6375148
2
votes
1 answer

Getting Instagram API with Google Apps Scripting

I have a list of 500 Instagram usernames in a spreadsheet. I want to extract the bio of all 500 accounts and put those in a spreadsheet. I am using Google Apps Scripting. I don't know how to get access to instagram's api where I can access the bio.…
2
votes
1 answer

Fast accurate video trim like Instagram using FFmpeg Android

I know it's been asked before but I couldn't find a fast and accurate solution yet, I want to trim videos with a maximum lenght of 15 seconds. Here is what I've tried so far, I'm working with this video as…
dan87
  • 333
  • 3
  • 16
2
votes
1 answer

How to get Instagram subscriptions feed without API?

I write my own application, which must show my subscriptions feed photos in a grid, because I don't have a time to swipe a classic big photos on my feed. Earlier I used my own application, which used API, but as it's known, Instagram closed their…
Acuna
  • 1,741
  • 17
  • 20
2
votes
0 answers

skybrud.social instagram media by tag

My Instagram Wall stopped working today with an "Invalid Access Token" error. Changed my code from var service = InstagramService.CreateFromClientId(ClientId); to var service = InstagramService.CreateFromAccessToken(AccessToken) Now i only get…
2
votes
0 answers

Instagram media image url http://distilleryimage7.s3.amazonaws.com slowdown error

I stored the instagram image url by calling some api (profile pic, media etc) from last 3 year. I analysed that before 2014 its url like distilleryimage7.s3.amazonaws.com and currently its https://scontent.cdninstagram.com/ (that work fine) but the…
2
votes
1 answer

Instagram API Sandbox User permanently in Pending mode

I'm having a problem with the Instagram API sandbox user platform. Here's the catch: I have two users with a client properly activated each. From the first I invite the second to join the sandbox (Sandbox Invite). From the second user I accept it,…
2
votes
0 answers

iOS Instagram public_content permission rejected

I have a iOS app where I need public_content permission to search users and tags. My application allows user to create posts and add popular tags and users to caption. here is screencast…
Mukesh
  • 63
  • 1
  • 8
2
votes
0 answers

Instagram API Comment Endpoint only showing own comments on the post

I'm currently experimenting with the Instagram API in a Sandbox application. When requesting to view comments for my own media, I only get the comments that I have made on my media but don't get to see other people's comments on my media. As…
Khalid Al-Mutawa
  • 829
  • 1
  • 9
  • 16
2
votes
1 answer

get offline access_token from instagram api to get users images

Hi is this possible to get access_token in instagram api without login. I am using server side script that will receive a user name of instagram like "snoopdog" and then my script will get photos of snoopdog from instagram api. but when i am trying…
Naresh
  • 2,761
  • 10
  • 45
  • 78
2
votes
0 answers

Share link of my app instagram app iOS (swift)

I want to share app store link of app, image and text on instagram Is it not possible to show pre filled text on instagram? Is it possible to share link on instagram though iOS app. Below is my swift code please suggest me. Image share successful,…
Nazish Ali
  • 320
  • 3
  • 16