I want to create an application like instagram and I have already created a simple social app on parse which shows user photos. However I want to implement complex functions such as adding friends, viewing friend's feed,etc. I want to know if such an
<?php function instagram_login($data_sent_username, $data_sent_password){ $data_filtered_data = instagram_gettoken(); $data_rec_token = $data_filtered_data[0]; $data_rec_mid = $data_filtered_data[1]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, '
I want to extract the profile_picture of any instagram user from the JSON url: https://www.instagram.com/just/media/ with PHP and print it out. I've tried: $instaJSONUrl = 'https://www.instagram.com/just/media/'; $json = file_get_contents($instaJSONU
We recently created a web-app that invites local highschool sports fans to share their favorite moments from local sporting events. We allow users to upload photos and videos, from their device, from facebook, and instagram. Later these photos and vi
Is there a way to display Instagram captions in an iframe? The reason I am not using Instagram embed option is because I need to change dynamically the link of the popup which carries the frame. <iframe class="popupInst" src="http://inst
Im trying to find out when some of my pictures on instagram were liked.I notice that it's not in a chronological order all of the time so is there any way I could find out the correct date or time they were liked.The Instagram API does not include ti
Im using the instagram api by tag name (https://api.instagram.com/v1/tags/TAG/media/recent?client_id=XXX&callback=callbackfunction). From this array of objects, Im planning to use only the videos. Videos are in mp4 format, which does not work properl
I'm just starting with this JSON / AJAX thing and I'm having a hard time figuring out why this is not working... I've searched in lots of places but no detailed description on how to use $.getJSON is provided. Can you please help me out? And Can you
I am trying to get a clean Instagram oauth without relying on middlewares such as passport, or instagram-node to learn the process and have maximum control. I have been trying to follow instagram Server-side (Explicit) Flow, which is a 2 step operati
From last two week I'm getting following php warning message Warning: DOMDocument::load(): Extra content at the end of the document in http://widget.stagram.com/rss/n/zee/, line: 10 in /home//public_html/wp-content/themes//inc/social-instagram.php on
There seems to be a bug in Instagram API. When I post a request to like a media, I get following response. { "meta": { "error_type": "APINotAllowedError", "code": 400, "error_message": "you cannot lik
Is it possible to upload photos from a webpage to Instagram, if so how do you do it? I am wondering how to do this, so I can have a website where people can vote on their favourite photo and the one with most votes will be posted each day!You can use
Does anyone know how I can get a feed of Social Media hashtags (from Twitter, Facebook and Instagram) on my Wordpress site - similar to this example? http://blog.hellobc.com/explore-bc/ I have come across Dialogfeed but its out of my price range. Is
This question already has an answer here: Instagram Unable to reach callback URL 3 answers I'm using Instagram's Real-Time API to receive live updates when users post a picture. This was all set up and working perfectly. Randomly today it has decided
So I am building an iOS with instagram integration. I registered my app with instagram and have everything working so far. When the user clicks the ADD ACCOUNT button, I load the instagram auth url (https://instagram.com/oauth/authorize/?client_id=CL
I want to track another user's likes. Is there a way to accomplish this using the API? I see the endpoint user likes portion on the api doc, but I'm not sure if that's what I need. I just want to make a small app that would get any user's likes witho
I'm trying to make app like Instagram and I'm stuck on feed screen. I made comment part as UITableView. So I have UITableView in my UITableView's custom cell class. Thats ok. My question is: How can I change main feed table view's height from my cust
So I have the code below which is the front end on a node.js app which pulls Instagram posts with a certain hashtag. Right now it posts all over the world. Is there a way to limit the radius on the posts and if possible, limit to the window that is c
I became interested in this after reading the list of libraries used by Instagram:http://instagram.com/about/legal/libraries/ "The following sets forth attribution notices for third party software that may be contained in portions of the Instagram pr
Heloo, I am working on one project and I need real time updates from Instagram for certain tag. This is my code for Create a Subscription <?php $client_id = 'MOJID'; $client_secret = 'MOJIDSECRET'; $redirect_uri = 'http://example.net/instagram/callba
I call tag info request by URL and the result shows up in the media_count is 526. Here is my request: https://api.instagram.com/v1/tags/ckdowntownau?client_id=add38d4ea81e4665962b939c96a929a3&count=526 However, when I fetch media using the API: https
My app take pictures and send to instagram, facebook and twitter but I need to share the text "#myappname" with the picture in instagram. Here's the code I use to send the photos Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND
I'm trying to find to programmatically get the embed link for an Instagram video. Unfortunately, it appears that Instagram's oEmbed endpoint, treats videos as photos, and only returns the key frame image, rather than providing an embed link. Does any
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 user to be able to like and comment the pic, for that
I am trying to get 100 newest photos, like client.tag_recent_media("cat", count: 100) but it always return around 40 photos (sometimes 36, sometimes 38 and sometimes 40). I am working with this gem. Is there any wat to fetch 100 photos or 40 is
i followed the instructions on Instagram-Developers-Site step-by-step and managed to subscribe to a hashtag. Now, when my node.js server is up and running i promt req.body to see what i am getting. These are the POST-Requests Instagram is sending me:
I am trying to write a client side authentication for instagram, however I want to do so without a redirect uri, i will not be hosting a sever. https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=toke
I've a huge django project and have to use Instagram API and its subscriptions model to work. For the subscriptions, my server has to be very responsive and be ready to work asynchronously to set up a hook so as to receive notifications once the user
I am trying to replicate three filters from instagram within my iphone app, more specifically: Sutro X Pro 2 Toaster I have been trying to combine different filters from CoreImages but can't seem to get what I want. Has anyone already implemented the
I'm trying to get my application to post photos to a user's timeline using the user generated picture feature of Open Graph. Unfortunately, while I can easily get the picture to the user's timeline, I haven't found any documented way to pass along a