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

Instagram api. Request the access_token in Swift 3.0

Hi so before I ask my question I would like to apologise because I am new with app development so sorry if any questions are really stupid. So I am making an app using the Instagram API and this is my first time implementing it into Xcode and to be…
OvRdose
  • 115
  • 1
  • 1
  • 7
2
votes
1 answer

Is It an obligation having a company in order to have access Instagram Live API for public scope?

I am developing an app which needs public_content scope of Live API and aware of new regulations of Instagram. After I complete my app, I will send it to Instagram for review. Issue that I wonder was, Is having a company is strictly required in…
demirtarik
  • 33
  • 5
2
votes
1 answer

Getting permissions for using instagram api

I have made an android application that enables advertisers to count the posts each one of their followers/followings have liked. this way they'll be able to understand which one of them is more active and which one is not, I also have added another…
2
votes
1 answer

When I try to connect to oauth2.0 with the Instagram API, I get a 400 - Bad Result back from api.instagram.com. Why?

Here is my code in golang to connect to the instagram api if resp, err := http.PostForm("https://api.instagram.com/oauth/access_token", url.Values{"client_secret": {appSecret}, "grant_type": {"authorization_code"}, "redirect_uri":…
Jonathan Allen Grant
  • 3,408
  • 6
  • 30
  • 53
2
votes
1 answer

Instagram api not returning my following list

I am trying to get following list using Instagram API(Follows) so i have generated an access_token and now I am trying to call this URL https://api.instagram.com/v1/users/self/follows?access_token=my_access_token but it always returns this response…
ping it
  • 45
  • 7
2
votes
0 answers

Instagram cached version

I was wondering if there was a way to see the cached view of an instagram profile? I tried using http://webcache.googleusercontent.com/search?q=cache:URL but it turns out when redirecting the page it goes to the "search" profile on instagram. I…
platzchen
  • 111
  • 2
  • 2
  • 6
2
votes
1 answer

Get access_token using Windows Service's or Console App. for Instagram Api

My windows service is collect instagram datas from instagram api. I was using client_id but this uses format is removed. Instagram api is want to access_token but Oauth 2.0 is web-based. or not? I using .NET and my application type is windows…
2
votes
3 answers

How to get photo files in original size from Instagram?

Dear fellow community! Does anyone know how to get the photo files in original size from Instagram? They surely store original files in full size, since you can upload a photo via app to your IG profile, delete it from the phone, and it still syncs…
Igor Akulov
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Get Instagram access token w/out login

I created an app on Instagram and was able to get a client_id and secret_code. I want to display images on my site based on a specific hashtag without needing my user to log in. Every API call requires an access token but I am unable to get without…
myselfmiqdad
  • 2,518
  • 2
  • 18
  • 33
2
votes
1 answer

How to use Instagram API to var_dump user data?

I found this great resource here: https://github.com/galen/PHP-Instagram-API Trying to use it to pull some data from Instagram and dump out the data, but I keep running into a problem: Fatal error: Uncaught exception 'Instagram\Core\ApiException'…
2
votes
2 answers

Scraping data from Instagram

I actually just need the followers count of a public account, for example https://www.instagram.com/kygomusic/ The new Instagram's API rules are very strict (and discussed): It's now impossible to access public content for most of common apps. You…
Sebastien Horin
  • 10,803
  • 4
  • 52
  • 54
2
votes
1 answer

Instagram get latest images of a location

Assuming I have the facebook location ID. Let's take the Eiffel Tower for example.. 223779540985538. I got the instagram location ID from this facebook location ID, which is 292188415. I used the following endpoint to get the instagram location…
TheUnreal
  • 23,434
  • 46
  • 157
  • 277
2
votes
0 answers

Get recent instagram posts for a tag

I use scrapy to crawl instagram by tags. I need to get the most recent posts for each tag. Is there any URL that I can see/get all recent posts? For example, I can see https://www.instagram.com/explore/tags/pycon2016/ but I'd like to get all recent…
PHA
  • 1,588
  • 5
  • 18
  • 37
2
votes
2 answers

How does Instagram name uploaded files?

I have recently been doing some research on Instagram and its API and have come across its strange file naming. Here is an example: https://scontent-lhr3-1.cdninstagram.com/t51.2885-15/11357983_574786385995155_503550105_n.jpg (The image is supposed…
rodit
  • 1,746
  • 2
  • 19
  • 33
2
votes
2 answers

INSTAGRAM: Permission granted for public content scope but still access token gives error that it is not authorized

I applied for Basic and Public content permission on Instagram. I submitted my request for review and my developer account shows that both permissions have been granted/Approved. But when i try to get the public feeds using that access token i get…
Aman Gupta
  • 1,764
  • 4
  • 30
  • 58