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

In order to make an MP4 in Instagram and Whatsapp previewable, should I move the MOOV box to the front of the file?

At the moment I've successfully generated MP4 files via MediaCodec, but I can't play them back in Instagram or Whatsapp after uploading them. Right now I assume that the problem lies with the MP4 files being not streamable as the MPEG4Writer says,…
Gensoukyou1337
  • 1,507
  • 1
  • 13
  • 31
2
votes
0 answers

Why Instagram doesn't allows access to email_id?

I would like to featuring users to login with Instagram besides with facebook & twitter in my app. Unlike fb & twitter, Instagram is not giving email_id field that seems embarrassing. Is there any security concern that only affect Instagram by…
Stella
  • 1,817
  • 6
  • 30
  • 55
2
votes
0 answers

Instagram Feed for public content

I need to create a rails api, which outputs a custom json that is instagram and twitter feed for a certain hashtag. But instagram does not allow me to display content when my app is in sandbox mode, when i try to submit my app for review it is says…
Raunak Joneja
  • 540
  • 1
  • 3
  • 13
2
votes
1 answer

Instagram June API Change - Migration Steps For Legacy App?

Is there any knowledge out there about migration steps needed for a legacy Instagram app during and immediately after it goes through review? Instagram's details are here: http://developers.instagram.com/post/133424514006/instagram-platform-update I…
2
votes
1 answer

How can I post to my Instagram page through ruby on rails?

I have succeeded in posting to my facebook page through rails by 'fb-graph' gem. And I want to post to my instagram page through rails now. How can I post to my Instagram page through ruby on rails? Is it possible?
2
votes
0 answers

Sharing an image to facebook and pinterest like instagram in android app

Hello I am working on an app which is related to photos uploading,I have seen the Instagram app and it asks for sharing to social apps ( facebook,twitter,etc) before posting the image and when we select multiple social platform and move to next step…
sulphuric Acid
  • 585
  • 6
  • 23
2
votes
1 answer

Instagram Integration in Android

We have a requirement for sharing content ( ex. text message, image/photo) from development App ( sample app ) to the Social media app ( ex. facebook, twitter, linkedin, instagram etc). I don't get any sufficient help / content available in case…
datta bsawant
  • 23
  • 1
  • 6
2
votes
0 answers

Add additional permissions to Instagram API Review

I have been approved for two permissions with the Instagram API. I now want to apply for approval to use an additional permission/scope. If this additional permission/scope is rejected, will I lose the two ones I currently have? Or are the ones I…
Jack Solomon
  • 880
  • 1
  • 8
  • 19
2
votes
2 answers

How to post photo to instagram using js?

I know that there is no api function to send the photo. But maybe there are some methods to do this from JS?
name
  • 63
  • 1
  • 8
2
votes
1 answer

Show images from hash tag on instagram

We are building an app where we would like to show images from Instagram from a specific hash-tag - because of the new API restrictions this is not possible. Instagram mention that one should find a third party provider to provide such service - I…
2
votes
1 answer

How to get Instagram code and Access token by server only without user login part?

I know how to get code by: https://www.instagram.com/oauth/authorize/?client_id=CLIENT_ID&redirect_uri=REDIRECT_URI&response_type=code However, I cannot find a way to get access token by server only. It is blocked for all new comers and all…
tom10271
  • 4,222
  • 5
  • 33
  • 62
2
votes
0 answers

Instagram Authentication

my problem is that I don't know how to get verifier code from the redirected URL. The code is being echoed in the body. HttpURLConnection igConnection = (HttpURLConnection) instagramURL.openConnection(); igConnection.setDoInput(true); …
LupoZ
  • 191
  • 1
  • 1
  • 12
2
votes
1 answer

Get media from public accounts with instagram API

I'm working for a company that displays content on big screens located on public places like GYMs or waiting rooms. One client asked app that shows Instagram content from celebrities accounts, so I created one using the Instagram API. The problem is…
2
votes
0 answers

How to add video watermarking in android?

I am making an app of Instagram repost. It works with instagram API and when I try to share from Instagram to my app, it should add watermark in videos. If any one have tried something like this before, please share your code or any link used…
user3886556
  • 239
  • 3
  • 13
2
votes
1 answer

Instagram API - Receiving public_content in sandbox mode

I am developing an app that uses the Instagram API. While in sandbox mode, it seems as though IG does not allow you to use any endpoint that requires the 'public_content' scope. That being said, when I submit the app for approval and request the…
Mike Simz
  • 3,976
  • 4
  • 26
  • 43