<?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/"
		>
<channel>
	<title>Comments on: Web APIs by Example, Part II: del.icio.us</title>
	<atom:link href="http://www.evansims.com/2007/08/web-apis-by-example-part-ii-delicious/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evansims.com/2007/08/web-apis-by-example-part-ii-delicious/</link>
	<description>Thoughts, theory and code from a game designer in the midwest.</description>
	<lastBuildDate>Fri, 29 Jan 2010 09:31:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ruben</title>
		<link>http://www.evansims.com/2007/08/web-apis-by-example-part-ii-delicious/comment-page-1/#comment-37</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Sun, 16 Nov 2008 12:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://s29393.gridserver.com/?p=16#comment-37</guid>
		<description>Hi there,&lt;br&gt;nice piece of code. it works.&lt;br&gt;&lt;br&gt;i altered this code by adding :&lt;br&gt;&lt;br&gt;if(isset($_POST[&#039;url&#039;]) &amp;&amp; isset($_POST[&#039;description&#039;]) &amp;&amp; isset($_POST[&#039;tags&#039;]) &amp;&amp; isset($_POST[&#039;extended&#039;])) {&lt;br&gt;&lt;br&gt;	// Bookmark a URL&lt;br&gt;&lt;br&gt;	$url = urlencode(trim($_POST[&#039;url&#039;]));&lt;br&gt;	$description = urlencode(trim($_POST[&#039;description&#039;]));&lt;br&gt;	$extended = urlencode(trim($_POST[&#039;extented&#039;]));&lt;br&gt;	$tags = urlencode(trim($_POST[&#039;tags&#039;]));&lt;br&gt;	httpRequest(&#039;ssl://api.del.icio.us&#039;, &#039;/v1/posts/add?url=&#039; . $url . &#039;&amp;description=&#039; . $description  . &#039;&amp;tags=&#039; . $tags. &#039;&amp;extended=&#039; . $extended);&lt;br&gt;	&lt;br&gt;now the form also adds &#039;tags&#039; to your account, &lt;br&gt;&lt;br&gt;BUT : the field &quot;extended&quot; still remains empty.&lt;br&gt;any suggestions on how to fix this?</description>
		<content:encoded><![CDATA[<p>Hi there,<br />nice piece of code. it works.</p>
<p>i altered this code by adding :</p>
<p>if(isset($_POST[&#39;url&#39;]) &#038;&#038; isset($_POST[&#39;description&#39;]) &#038;&#038; isset($_POST[&#39;tags&#39;]) &#038;&#038; isset($_POST[&#39;extended&#39;])) {</p>
<p>	// Bookmark a URL</p>
<p>	$url = urlencode(trim($_POST[&#39;url&#39;]));<br />	$description = urlencode(trim($_POST[&#39;description&#39;]));<br />	$extended = urlencode(trim($_POST[&#39;extented&#39;]));<br />	$tags = urlencode(trim($_POST[&#39;tags&#39;]));<br />	httpRequest(&#39;ssl://api.del.icio.us&#39;, &#39;/v1/posts/add?url=&#39; . $url . &#39;&#038;description=&#39; . $description  . &#39;&#038;tags=&#39; . $tags. &#39;&#038;extended=&#39; . $extended);</p>
<p>now the form also adds &#39;tags&#39; to your account, </p>
<p>BUT : the field &#8220;extended&#8221; still remains empty.<br />any suggestions on how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All in a days work&#8230;</title>
		<link>http://www.evansims.com/2007/08/web-apis-by-example-part-ii-delicious/comment-page-1/#comment-36</link>
		<dc:creator>All in a days work&#8230;</dc:creator>
		<pubDate>Tue, 07 Aug 2007 12:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://s29393.gridserver.com/?p=16#comment-36</guid>
		<description>[...] Web APIs by Example, Part II: del.icio.us Another example of extracting del.icio.us tags through their API. Like my sidebar JavaScript page which uses a script for its extract, this one is without the comments also though. Still waiting on a GAFA answer&#8230; (tags: del.icio.us) [...]</description>
		<content:encoded><![CDATA[<p>[...] Web APIs by Example, Part II: del.icio.us Another example of extracting del.icio.us tags through their API. Like my sidebar JavaScript page which uses a script for its extract, this one is without the comments also though. Still waiting on a GAFA answer&#8230; (tags: del.icio.us) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-08-07 &#171; Simply&#8230; A User</title>
		<link>http://www.evansims.com/2007/08/web-apis-by-example-part-ii-delicious/comment-page-1/#comment-35</link>
		<dc:creator>links for 2007-08-07 &#171; Simply&#8230; A User</dc:creator>
		<pubDate>Tue, 07 Aug 2007 00:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://s29393.gridserver.com/?p=16#comment-35</guid>
		<description>[...] Web APIs by Example, Part II: del.icio.us - Evan Sims (tags: api apis design delicious php mashup programming webapp **) [...]</description>
		<content:encoded><![CDATA[<p>[...] Web APIs by Example, Part II: del.icio.us &#8211; Evan Sims (tags: api apis design delicious php mashup programming webapp **) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
