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

Unable to authenticate with omniauth-instagram, client_id missing

I am authenticating using OmniAuth with both Twitter and Instagram. Twitter is working well. When I start the authentication process with the /auth/instagram request, OmniAuth is not including the client_id in the authorization header. I have…
2
votes
2 answers

How to Logout from Instagram in Android?

I logged in Instagram using browser. I want to logout from the Instagram. How can i archive programmatically?
Jignesh Goyani
  • 1,020
  • 9
  • 17
2
votes
1 answer

New Instagram permissions review "One-off Projects"

As a business guy trying to get his first e-commerce site up that simply prints user's Instagram imagery (ie we're not a feed reading app), my developer has now downed tools (rightly) due to his fear about the "One-off project" clause...I could…
2
votes
1 answer

Instagram Api: Can I get all users who liked my media?

Suppose my app in live mode and i want to get the users who likes my media.Can I get all the users who like my media? So the users who likes my media should also be authentitaced or to be given permissions. I mean do i need to redirect the url to…
Hüseyin Kapi
  • 81
  • 1
  • 2
2
votes
2 answers

When i post image to instagram from my app it directly opens to filter section of Instagram but i want it to open cropping section of Instagram?

- (IBAction)postToInstagram:(id)sender { NSURL *instagramURL = [NSURL URLWithString:@"instagram://app"]; if ([[UIApplication sharedApplication] canOpenURL:instagramURL]) { CGRect rect = CGRectMake(0,0,0,0); NSString…
2
votes
1 answer

Embedded Instagram post with description: Same heights?

I have a page where I embed a few Instagram posts. All posts are embedded via the function if you see a picture and click on the right bottom corner on "Embed this". I changed the width to 350px. I searched for responsive instagram embed and found…
Patrick
  • 829
  • 2
  • 13
  • 34
2
votes
2 answers

How to convert created_time filed value to date from Instagram media object

I am wokring with instagram api. My requirement is how to convert or parse date from media object respose like "created_time": "1279340983"? any idea?
SrinivasDJ
  • 319
  • 1
  • 5
  • 10
2
votes
1 answer

How to embedded Instagram in a specific language?

Embedding Instagram photos is simple enough, simply add an iframe with /embed/ at the end of the URL like this: https://www.instagram.com/p/BA1wL_MqzTV/embed/ But how can I force the UI (the follow/like buttons) to be a specific language like…
Hoffmann
  • 14,369
  • 16
  • 76
  • 91
2
votes
1 answer

fetching data from Instagram api for android

Im trying to work on an android application which simply retrieves pictures from the api. Im trying to use retrofit but im consufed how to use it. also I dont understand how to get the access tokens? Do i need the user to login? Cant I simply get…
Hasan Nagaria
  • 253
  • 6
  • 16
2
votes
2 answers

Is there anyway to contact instagram API review team?

I am in the middle of the review process for Instagrams new API permissions. We have followed all of their guidelines and fall into one of their valid use cases. Unfortunately we have been denied now 3 times with the only explanation that we don't…
2
votes
1 answer

how to implement Instagram signup by using oriceon/oauthlaravel-5-laravel

i have created fb signup and twitter sign up with oriceon/oauth-laravel.I want instagram too.But iam stuck here.There is controller method for fb and twitter in the documentation provided here.I want a controller method for instagram too.Help me.
fighter
  • 149
  • 1
  • 8
2
votes
1 answer

Instagram api sandbox

I today get Instagram api and add my website live, I see write: Client Status: Sandbox Mode GO LIVE I can't click on ''GO LIVE'' button why ?
nikola99
  • 123
  • 1
  • 7
2
votes
2 answers

How to extract all images in a location using Instagram API?

I want to get all images within a location from the Instagram API. Here is my code in python: from instagram.client import InstagramAPI client_id = ******** client_secret = ******* access_token = ******* client_ip = ******* q = None count =…
Mr_Shoryuken
  • 719
  • 3
  • 8
  • 16
2
votes
0 answers

Get feed from Age Gated Instagram account

We are working on a project for our client which is an Alcoholic Brand. We are trying to get image feed via https://api.instagram.com/v1/users/{user_id}/media/recent/?client_id={client_id} but we get an APIAgeGatedError. We think this is related to…
2
votes
2 answers

Loading lots of bitmaps in an social app without using java heap in android?

Basically I am making an image feed which is scrollable. And it works.But when memory profiling I don't think my users will be able to load lots of images without crashing.I was also doing memory profiling for Instagram's app and found out though…
mohit gupta
  • 160
  • 1
  • 8
1 2 3
99
100