<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Create your own Instagram app with PHP</title>
	<atom:link href="http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/</link>
	<description>PHP insights, tips and tricks</description>
	<pubDate>Mon, 21 May 2012 08:28:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: create cafe24 account</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-281</link>
		<dc:creator>create cafe24 account</dc:creator>
		<pubDate>Wed, 28 Mar 2012 06:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-281</guid>
		<description>Nice instagram App for PHP :)</description>
		<content:encoded><![CDATA[<p>Nice instagram App for PHP <img src='http://www.mauriciocuenca.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-276</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sun, 08 Jan 2012 22:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-276</guid>
		<description>Andrew, can you help me? Having same problem. I need to store access_token to database and recall it if page is refreshed/reloaded. Can you provide some code examples on how you're handling this? Thanks.</description>
		<content:encoded><![CDATA[<p>Andrew, can you help me? Having same problem. I need to store access_token to database and recall it if page is refreshed/reloaded. Can you provide some code examples on how you&#8217;re handling this? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-275</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 10 Dec 2011 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-275</guid>
		<description>will you be updating your examples with real-time updates? :)</description>
		<content:encoded><![CDATA[<p>will you be updating your examples with real-time updates? <img src='http://www.mauriciocuenca.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zsolt Takács</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-274</link>
		<dc:creator>Zsolt Takács</dc:creator>
		<pubDate>Fri, 09 Dec 2011 11:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-274</guid>
		<description>Hello!

I think it's a great lib, but i got some bugs and problems. I found a bug in the modifyUserRelationship($id, $action) method, there was a Zend framework script, I fixed to CurlHttpClient::POST.

But, I can GET anything, names, relationships etc, but when I want to modify the relationship between the current user and a fix user, the request has sent, but I got nothing to results... Why? Is the Instagr.am check my IP or geolocation and bans me?

The modify method doesn't work. 

Please help!

Regs.</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I think it&#8217;s a great lib, but i got some bugs and problems. I found a bug in the modifyUserRelationship($id, $action) method, there was a Zend framework script, I fixed to CurlHttpClient::POST.</p>
<p>But, I can GET anything, names, relationships etc, but when I want to modify the relationship between the current user and a fix user, the request has sent, but I got nothing to results&#8230; Why? Is the Instagr.am check my IP or geolocation and bans me?</p>
<p>The modify method doesn&#8217;t work. </p>
<p>Please help!</p>
<p>Regs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-273</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 09 Dec 2011 07:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-273</guid>
		<description>Nevermind! I figured it out! hehehehhe thank you!!</description>
		<content:encoded><![CDATA[<p>Nevermind! I figured it out! hehehehhe thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-272</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 09 Dec 2011 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-272</guid>
		<description>Okay, sorry for all these comments. but I got it to work. Now, I'm having another problem like Lorenzo where if you refresh, or if you reload the page another time, I get a an error where its asking for the access_token again. And I notice you said that you need to store it? I'm familiar with mysql and the database where I can insert into my database, but when I insert it into my database, how do I call it back so I don't have to get the access token again?

Thank you!</description>
		<content:encoded><![CDATA[<p>Okay, sorry for all these comments. but I got it to work. Now, I&#8217;m having another problem like Lorenzo where if you refresh, or if you reload the page another time, I get a an error where its asking for the access_token again. And I notice you said that you need to store it? I&#8217;m familiar with mysql and the database where I can insert into my database, but when I insert it into my database, how do I call it back so I don&#8217;t have to get the access token again?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-271</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 09 Dec 2011 04:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-271</guid>
		<description>Okay, I've got it to work, and I can output json of data. But its telling me that there is non-object?</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;ve got it to work, and I can output json of data. But its telling me that there is non-object?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-270</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 09 Dec 2011 03:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-270</guid>
		<description>Hello! I've been trying to work on this for about a week now and I'm having difficulties getting passed obtaining the ?code={code}.

I've done what you wrote on your second post. I had added my callback URL as mysite.com/Instagram.php. I also added that into the callback.php array and example.php array, but nothing is displaying when I get redirected with the code= value in my URL. I believe I'm having the same problem as Lorenzo, but I tried putting in the curl he posted under function _setOptions() but I'm still getting nothing. 

Thanks for your time!</description>
		<content:encoded><![CDATA[<p>Hello! I&#8217;ve been trying to work on this for about a week now and I&#8217;m having difficulties getting passed obtaining the ?code={code}.</p>
<p>I&#8217;ve done what you wrote on your second post. I had added my callback URL as mysite.com/Instagram.php. I also added that into the callback.php array and example.php array, but nothing is displaying when I get redirected with the code= value in my URL. I believe I&#8217;m having the same problem as Lorenzo, but I tried putting in the curl he posted under function _setOptions() but I&#8217;m still getting nothing. </p>
<p>Thanks for your time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caterpuchi</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-267</link>
		<dc:creator>Caterpuchi</dc:creator>
		<pubDate>Thu, 24 Nov 2011 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-267</guid>
		<description>I managed to get the script up, however when I do a refresh on the page, I get this error:

Warning: Invalid argument supplied for foreach() in /xxx/instagram/callback.php on line 55

How do I resolve this so that everytime i refresh, the popular stream refreshes too? thank you!</description>
		<content:encoded><![CDATA[<p>I managed to get the script up, however when I do a refresh on the page, I get this error:</p>
<p>Warning: Invalid argument supplied for foreach() in /xxx/instagram/callback.php on line 55</p>
<p>How do I resolve this so that everytime i refresh, the popular stream refreshes too? thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yome</title>
		<link>http://www.mauriciocuenca.com/blog/2011/04/create-your-own-instagram-app-with-php/#comment-266</link>
		<dc:creator>yome</dc:creator>
		<pubDate>Wed, 23 Nov 2011 07:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mauriciocuenca.com/blog/?p=141#comment-266</guid>
		<description>It's not work at my web site.

Doesn't it works any longer?

or need any other setting?</description>
		<content:encoded><![CDATA[<p>It&#8217;s not work at my web site.</p>
<p>Doesn&#8217;t it works any longer?</p>
<p>or need any other setting?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

