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.
0
votes
1answer
9 views
CarrierWave remote upload from model not controller
I'm working on a Rails app which consumes the Instagram API to get a set of pictures. I want to store those pictures locally using CarrierWave to remote upload them. I know if you're using a ...
0
votes
0answers
11 views
API instagram count with private photos
I have a problem with the API instagram.
Imagine I have 16 photos.
when I list only 4 photos per page. (with count = 4) It lists only 4. ok, that's right.
But if any hashtag has private photo no ...
0
votes
0answers
10 views
How to go to previous images in Instagram php api?
Im using PHP-Instagram-API to pick out images. Instagram only allows you to make 20 requests at a time and because of this i want to create a pagination. The only thing is, i can only figure out how ...
0
votes
0answers
8 views
Why do I get the 'Oops' error from Instagram API location search (when using coordinates)?
I'm tring to search locations with the Instagram API in my application but also when testing with Apigee, I get 500 Internal server error, and Oops, an error occurred.
Apigee: ...
0
votes
0answers
11 views
Instagram API: getting and setting “Photos are private” field
Is there a way that I can get and set from API "Photos are private" checkbox from "Edit profile" section? I can't find it, but maybe I am missing something. :)
Thanks!
Best,
D
0
votes
1answer
23 views
How can we Follow a person on instagram from our app?
I am building an instagram app in which i will be showing the pics of target user which the user will write. Is it possible to follow the person from my app??
I used this code to like a pic in ...
0
votes
0answers
23 views
save high resolution images in Instagram
I'm writing a desktop app requiring to download images from Instagram (primarily the ones that belong to the user authenticated in this app). When I try to query the images via the api (be it ...
0
votes
0answers
11 views
Realtime hashtag counter with instagram API
I had an idea to create a realtime instagram hashtag counter which would show how much a defined hashtag has pictures.
I got succesful with the instragram API part where I fetch the information, but ...
0
votes
0answers
23 views
Posting links(image url or website url) on Instagram as caption from iOS
I am sharing images from my iOS app to instagram. I am posting image and captions in the request and that is working fine.
Now what I have to do is that I am sending some image link as caption. ...
1
vote
2answers
18 views
How to authenticate instagram and like and comment on a pic?
I am making an instagram app in which i will show all the pics of a user ( by entering the name of the user ), so the user without authenticating can see the timeline of that user.
But i want the ...
0
votes
0answers
7 views
Instagram iOS Plugin for Cordova/Phonegap
Has anyone used the Instagram Plugin for Cordova/Phonegap (https://github.com/vstirbu/InstagramPlugin) and have a sample implementation they would be willing to share with me?
0
votes
0answers
13 views
ios iphone hooks open instagram directly without showing UIDocumentInteractionController
I'm integrating sharing images through instagram in my app. I've read their documentation.
It seems that I need to use the iOS UIDocumentInteractionController to allow this (I understand that it ...
0
votes
1answer
34 views
flickr, tumblr , instagram share intent in android
I want to share image flickr, tumblr, instagram.
I want to do this with these 3 installed apps..
I found for instagram
Intent shareIntent = new Intent(Intent.ACTION_SEND);
...
0
votes
0answers
11 views
getting instagram error “OAuthPermissionsException”
I am facing a really big problem with the Instagram API. The default given permission on the Instagram API is basic which is read-only, and for getting read/write permissions you need to pass the ...
0
votes
0answers
30 views
When sharing a photo from instagram to twitter the hashtags dont work
I use IOS6, iphone 5, instagram 3.5.1 and tweetbot 2.8
After posting a photo on instagram, with a couple of tags, I share the shot to twitter with the share option without adding extra text or ...
-1
votes
0answers
33 views
Instagram php wrapper like button issue [closed]
I am currently working on a php app in Laravel and inegrating a php wrapper into the application using this
Instagram php wrapper
I have set out the following code to make the curent feed work:
This ...
0
votes
0answers
15 views
Get user Id in instagram
I try to using instagram api within vs using [c#,windows form] and I try with calling the url to get the access token and no problem with this issue but I need to know how to get the user id number ...
0
votes
2answers
39 views
Adding a class to the parent div of a specific image [closed]
(function(){
var photoTemplate, resource;
function init(){
bindEventHandlers();
photoTemplate = _.template($('#photo-template').html());
}
function toTemplate(photo){
photo = {
...
0
votes
1answer
17 views
Instagram home page feed
I am looking to make a home page feed like instagram. I have a UITabbar controller conecting all of my tabBars together. I have a Navigation bar at the top of the View. Just like this:
...
0
votes
1answer
28 views
Posting comments on images Instagram from IPhone app
I have integrated Instagram in my app using Instagram api. I want to post comment on image from app. How can I post comments using Instagram api
Thanks
0
votes
0answers
23 views
Redirect URI error while integrating instagram in iPhone
I'm developing an app where I want to integrate Instagram. I'm able to login to I get Redirect URI error. I'm not able to find out wat exactly the error is. I'm getting
{"code": 400, "error_type": ...
1
vote
1answer
40 views
Android controls/layouts (How Instagram app does do that?)
I would want to know that how Instagram application listing/showing feed page?
Here is a screenshot: (I found it via Google and resized via tinypic.com. Here is the original file: ...
0
votes
0answers
19 views
Efficient way to determine media deletion via Instagram API
Currently I am calling Instagram API to get media with a certain #hastag. To make this process as efficient as possible and reduce calls to the API, data is cached on the server.
The purpose of this ...
0
votes
1answer
41 views
Crash wen tapping “Open in Instagram” while using UIDocumentInteractionController
I have got the following class:
.h file :
#import <Foundation/Foundation.h>
@interface CHTInstagramSharer : NSObject<UIDocumentInteractionControllerDelegate>
@property (nonatomic, ...
0
votes
0answers
50 views
Why doesn't Instagram API (/media path) work properly?
I can get the direct link of an image by appending /media/?size=l to the Instagram URL. *
But I'm getting http 404 response for some images.
For example,
working
Photo Page - ...
-4
votes
0answers
42 views
How to get all liked photos of one user in Instagram? [closed]
Instagram just offer 300 liked photos recently for everyone.
reference to: http://help.instagram.com/464825543559880/
Is there an unknown method can get all liked photos?
0
votes
1answer
38 views
iPhone:Upload image on Instagram
I have written the code to upload image on instagram which is as follows:
CGRect rect = CGRectMake(20 ,20 , 200, 200);
UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, ...
0
votes
0answers
53 views
Oauth2 Instagram API “redirect URI does not match registered redirect URI”
I am working on a Rails application which is in development mode and it can register with omniauth.
The host is
http://localhost:3000/
I'm using the gems:
gem 'omniauth'
gem ...
1
vote
0answers
92 views
Android design guidelines for a tab bar and segmented controls
I am about to start porting an iOS application to Android targeting ICS devices. The PM/designers had originally agreed that we will follow the Android design guidelines to provide users with a ...
-1
votes
1answer
30 views
Get instagram with php [closed]
I've been using this script for 5 months now, and yesterday is suddenly stopped working.
The error I get "Warning: Invalid argument supplied for foreach() in ...
0
votes
1answer
35 views
how to access Instagram photo
Can we acces the Instagram photos from IOS app? And show them in our app and can delete the photos from instagram? I have searched about it but dint find any solution. even checked on Instagram ...
-2
votes
1answer
52 views
Getting location data from an image (Instagram/JS)
I've been working on a side project and have hit a roadblock. I can search through tags and display their picture results just fine, but I'd also like to put the details below each picture, ...
0
votes
1answer
67 views
How to get an Instagram Access Token
I'm really struggling in how I'm meant to get my access token for Instagram,
I've registered a new client and then I used this URL
...
0
votes
0answers
36 views
Extracting image location data from Instagram searches
I have a Javascript code obtained from a tutorial that searches instagram for matching hashtags and displays the images. What would be the most efficient way to be able to hover over the result ...
0
votes
0answers
37 views
Instagram's geotagging API
I'm working on learning about Instagram's API as a side project. I've followed this tutorial (http://eduvoyage.com/instagram-search-app.html) to implement a search feature by hashtag. It was extremely ...
0
votes
0answers
35 views
Invalid URL for Subscription API: Instagram
I'm attempting to test a real-time Instagram stream using the Subscription API, but am having trouble setting up subscriptions for local testing.
I attempted using localhost:8080 for the ...
0
votes
1answer
28 views
Instagram : Liking a photo on an external site
So I'm trying to understand the Instagram API and I'm a bit lost.
I have a site where I will be displaying one image from my Instagram and will have a LIKE button.
From what I can gather all I need ...
-1
votes
1answer
41 views
How to search comments based on Specific Keyword from social networks?
Is there any social network like Google+, Instagram, Tumblr, MySpace, Linkedin, Foursquard, have Search api which allows to search public comments/posts based on "Specific Keyword".
Just like Twitter ...
0
votes
0answers
34 views
Issues with Instagram feed with Fancybox [closed]
I'm having problems with an Instagram feed and integrating it with Fancybox...
It seems to display the first 15 images OK but the 'Load More' button doesn't seem to work. Also I can't seem to get it ...
0
votes
1answer
45 views
Instagram API: how can I have multiple redirect_uris for a single app?
I'm quite familiar with OAuth 2 for other providers, but haven't used it for Instagram before.
Like many developers, I have multiple domains where my app may run, eg:
...
-2
votes
1answer
105 views
Integrating Instagram to android
I am new to instagram concept. Is there any sdk available for to integrating instagram to our application. I want to share images to instagram through my application as like what i share to facebook ...
-1
votes
0answers
33 views
Instagram with Facebook Integration Demands Password [closed]
Since Instagram allows the use of Authentication with Facebook (on iOS), what's the reason for them to ask for a password afterwards? I am interested in knowing a bit more about the authentication and ...
0
votes
1answer
59 views
Unable to share text on Instagram in ios 5
I used following code, and instagram app displays my photo but text what I want to share dosen't display.
I used annotation property, but it's not working. I don't know where is wrong ?
instagram ...
0
votes
1answer
54 views
How to force HTTPS url header for Instagram amazonaws hosted images in Jquery
I have an Instagram widget installed on my WP blog. The blog has SSL and throws an error every time an image is displayed from 'http://distilleryimage6.s3.amazonaws.com'. How can I change the 'http' ...
0
votes
1answer
51 views
Pulling Instagram images to my app
I'm developing and iOS app for iPad where you can personalize Tea Cups importing photos from the roll. I'd love to add Instagram, so the user could add his Instagram's photos. Is there any SDK or ...
0
votes
1answer
32 views
Instagram image feed has suddenly stopped pulling through
Have Instagram changed anything recently in the way you can pull through a feed of your own images?
I have been using the code below for a few months now and it work perfectly until recently when it ...
0
votes
0answers
14 views
request of a suggestion about how to manage a buffer of images in iOS
I'm developing an app that downloads photos from Instagram and shows them one at a time.
I'm using the AFNetworking library and I'm populating a buffer of 5 images using the ...
0
votes
0answers
54 views
Instagram Logout API
I'm using the Instagram API for my latest app and am having problems with logging out of Instagram within the App. Has anyone else had problems with this or know of a way to fix this?
Thank You.
0
votes
1answer
46 views
Instagram API: $value->location->latitude outputs comma separated value, whereas Google Maps accepts dot
$value->location->latitude and $value->location->longitude output respectively something like 41,90693866 and 12,414128943. I have a link which points to
...
0
votes
1answer
43 views
Open Link to Instagram Native
To open a Facebook Native profile, I can use:
NSURL *url = [NSURL URLWithString:@"fb://profile/<id>"];
[[UIApplication sharedApplication] openURL:url];
Is there any way to do the same thing ...


