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
36
votes
4 answers

open source image filter library like Instagram?

I am developing an application(android) that want to do some image filter effect like in Instagram, just wondering if there is any open source library available?
Bin Chen
  • 61,507
  • 53
  • 142
  • 183
34
votes
7 answers

How to open link in external browser instead of in-app (instagram)?

I've been trying to figure out how to open an URL that you open within the Instagram app, in an external browser (Safari, Chrome) rather than the in-build Instagram-browser. i want that link in website part of instagram asks to leave Instagram app…
Mahdi Saheban
  • 341
  • 1
  • 3
  • 3
33
votes
5 answers

Instagram new logo css background

Recently, Instagram logo has changed as you all know. I need vector logo but it is not possible, I mean gradients. Is there any css code for new logo?
Oğuzhan Kahyaoğlu
  • 1,727
  • 2
  • 15
  • 20
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 ?
31
votes
7 answers

Open Instagram User Profile

I managed to open the Twitter and Facebook user profile from my app. But I can not find any references to Instagram. Is There a way to open Instagram in order to show a user profile like in twitter or facebook? For instance, in order to get the…
Blackbelt
  • 156,034
  • 29
  • 297
  • 305
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
1 answer

Instagram /tags/\(hashtag)/media/recent endpoint not returning pagination?

I've been trying to get this to work for probably 6 hours now to no avail, read every stackoverflow question I could find on the topic. I'm trying to get 100, 200, or maybe 500 photos from a single tag: func hashtags(hashtag: String, nextMaxTagId:…
shakked
  • 783
  • 8
  • 24
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
30
votes
3 answers

Making sharding simple with Django

I have a Django project based on multiple PostgreSQL servers. I want users to be sharded across those database servers using the same sharding logic used by Instagram: User ID => logical shard ID => physical shard ID => database server => schema =>…
MiniQuark
  • 46,633
  • 36
  • 147
  • 183
30
votes
6 answers

Get all photos from Instagram which have a specific hashtag with PHP

I need to get some pictures which have a specific hashtag using PHP ? Any help will be awesome, or hint ?
Zeid Selimovic
  • 843
  • 3
  • 13
  • 19
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
29
votes
8 answers

Uploading photos to Instagram via your own iOS app

Instagram recently made a change to their API policy which allowed developers to post pictures to the Instagram platform via their own app. Several other techniques we're previously employed to do this. One of them was to invoke the Instagram…
deadlock
  • 7,048
  • 14
  • 67
  • 115
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