<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Create Bit.ly Short URLs Using PHP: API Version&#160;3</title> <atom:link href="http://davidwalsh.name/bitly-api-php/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/bitly-api-php</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 02:40:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Tiago Celestino</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-28622</link> <dc:creator>Tiago Celestino</dc:creator> <pubDate>Mon, 23 Jan 2012 16:50:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-28622</guid> <description>The problem is resolved. The problem is my local server.</description> <content:encoded><![CDATA[<p>The problem is resolved. The problem is my local server.</p> ]]></content:encoded> </item> <item><title>By: Tiago Celestino</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-28615</link> <dc:creator>Tiago Celestino</dc:creator> <pubDate>Mon, 23 Jan 2012 12:09:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-28615</guid> <description>My code: http://pastebin.com/CYzuThRVThe result in browser is: bool(false)what&#039;s wrong?</description> <content:encoded><![CDATA[<p>My code: <a
href="http://pastebin.com/CYzuThRV" rel="nofollow">http://pastebin.com/CYzuThRV</a></p><p>The result in browser is: bool(false)</p><p>what&#8217;s wrong?</p> ]]></content:encoded> </item> <item><title>By: Koen Heltzel</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-27596</link> <dc:creator>Koen Heltzel</dc:creator> <pubDate>Tue, 15 Nov 2011 14:02:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-27596</guid> <description>Of course I meant to say: replace &quot;&amp; amp ;&quot; with &quot;&amp;&quot;</description> <content:encoded><![CDATA[<p>Of course I meant to say: replace &#8220;&amp; amp ;&#8221; with &#8220;&amp;&#8221;</p> ]]></content:encoded> </item> <item><title>By: Koen Heltzel</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-27595</link> <dc:creator>Koen Heltzel</dc:creator> <pubDate>Tue, 15 Nov 2011 14:00:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-27595</guid> <description>If you get the MISSING_ARG_APIKEY error using the above script, you have probably used the &quot;copy&quot; button to copy it to your clipboard, which adds html entity encoding. Replace &amp; with &amp; in the url&#039;s and the error should go away.</description> <content:encoded><![CDATA[<p>If you get the MISSING_ARG_APIKEY error using the above script, you have probably used the &#8220;copy&#8221; button to copy it to your clipboard, which adds html entity encoding. Replace &amp; with &amp; in the url&#8217;s and the error should go away.</p> ]]></content:encoded> </item> <item><title>By: Puneet</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-27179</link> <dc:creator>Puneet</dc:creator> <pubDate>Sat, 08 Oct 2011 09:46:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-27179</guid> <description>Hi, Thanks for this code. Just to add some. you can use wp_remote_fopen if you are running a WP blog. It will try with fopen first to retrieve the remote url and if it is not present it will switch over to curl.</description> <content:encoded><![CDATA[<p>Hi, Thanks for this code. Just to add some. you can use wp_remote_fopen if you are running a WP blog. It will try with fopen first to retrieve the remote url and if it is not present it will switch over to curl.</p> ]]></content:encoded> </item> <item><title>By: Dawson</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-24277</link> <dc:creator>Dawson</dc:creator> <pubDate>Tue, 31 May 2011 05:12:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-24277</guid> <description>This may be true but not all servers allow file_get_contents() to be run, making CURL the real only solution.</description> <content:encoded><![CDATA[<p>This may be true but not all servers allow file_get_contents() to be run, making CURL the real only solution.</p> ]]></content:encoded> </item> <item><title>By: FrankF</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-24274</link> <dc:creator>FrankF</dc:creator> <pubDate>Mon, 30 May 2011 23:36:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-24274</guid> <description>Question. I have a large homepage with 12 news items and I want a fast bit.ly link with every news item. But after one link I receive the erorr:
Fatal error: Cannot redeclare get_bitly_short_url() (previously declared(...)What can i do?</description> <content:encoded><![CDATA[<p>Question. I have a large homepage with 12 news items and I want a fast bit.ly link with every news item. But after one link I receive the erorr:<br
/> Fatal error: Cannot redeclare get_bitly_short_url() (previously declared(&#8230;)</p><p>What can i do?</p> ]]></content:encoded> </item> <item><title>By: Christopher Stevens</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-24230</link> <dc:creator>Christopher Stevens</dc:creator> <pubDate>Wed, 25 May 2011 22:56:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-24230</guid> <description>This bitly script was a joy to use. Thanks so much for posting! :)</description> <content:encoded><![CDATA[<p>This bitly script was a joy to use. Thanks so much for posting! :)</p> ]]></content:encoded> </item> <item><title>By: Christopher Stevens</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-24229</link> <dc:creator>Christopher Stevens</dc:creator> <pubDate>Wed, 25 May 2011 22:55:45 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-24229</guid> <description>This bit.ly script is a joy to use. Thanks so much for posting! :D</description> <content:encoded><![CDATA[<p>This bit.ly script is a joy to use. Thanks so much for posting! :D</p> ]]></content:encoded> </item> <item><title>By: WilleNewMedia</title><link>http://davidwalsh.name/bitly-api-php/comment-page-1#comment-22648</link> <dc:creator>WilleNewMedia</dc:creator> <pubDate>Wed, 09 Feb 2011 00:00:59 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4950#comment-22648</guid> <description>Awesome, thank you so much, David!</description> <content:encoded><![CDATA[<p>Awesome, thank you so much, David!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/19 queries in 0.020 seconds using disk: basic
Object Caching 873/878 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 00:23:07 -->
