<?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: Creating a New Person in BatchBook Using the Ruby Batchbook API Wrapper</title>
	<atom:link href="http://www.bluemangolearning.com/blog/2010/01/creating-a-new-person-in-batchbook-using-the-ruby-batchbook-api-wrapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluemangolearning.com/blog/2010/01/creating-a-new-person-in-batchbook-using-the-ruby-batchbook-api-wrapper/</link>
	<description>A blog about removing the ambiguity of your online communications</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:10:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ben Trevino</title>
		<link>http://www.bluemangolearning.com/blog/2010/01/creating-a-new-person-in-batchbook-using-the-ruby-batchbook-api-wrapper/comment-page-1/#comment-1454</link>
		<dc:creator>Ben Trevino</dc:creator>
		<pubDate>Sat, 20 Mar 2010 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluemangolearning.com/blog/?p=1050#comment-1454</guid>
		<description>&lt;p&gt;Greg, thanks for this documentation. It was a godsend. I was about to give up on getting the API to work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Greg, thanks for this documentation. It was a godsend. I was about to give up on getting the API to work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Lundie</title>
		<link>http://www.bluemangolearning.com/blog/2010/01/creating-a-new-person-in-batchbook-using-the-ruby-batchbook-api-wrapper/comment-page-1/#comment-1223</link>
		<dc:creator>Ryan Lundie</dc:creator>
		<pubDate>Fri, 05 Feb 2010 20:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluemangolearning.com/blog/?p=1050#comment-1223</guid>
		<description>&lt;p&gt;I was so close, yet so far....&lt;/p&gt;

&lt;p&gt;Next time your in the Toronto area let me know, I will buy you a beer.&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;

&lt;p&gt;Ryan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was so close, yet so far&#8230;.</p>

<p>Next time your in the Toronto area let me know, I will buy you a beer.</p>

<p>Thanks again!</p>

<p>Ryan</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Greg DeVore</title>
		<link>http://www.bluemangolearning.com/blog/2010/01/creating-a-new-person-in-batchbook-using-the-ruby-batchbook-api-wrapper/comment-page-1/#comment-1219</link>
		<dc:creator>Greg DeVore</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluemangolearning.com/blog/?p=1050#comment-1219</guid>
		<description>&lt;p&gt;Ryan-
SuperTags were tricky and don&#039;t work with the current ruby wrapper like you would expect. I need to write up a separate post on this. I got it to work like this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;person.put(&quot;super_tags/screenstepslive%20customer&quot;, {:super_tag =&gt; {:review_again_on =&gt; 1.day.ago.to_s}})&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Replace &quot;screenstepslive%20customer&quot; with the name of your supertag. Make sure you have already added the supertag as a tag to the person (let me know if you don&#039;t know how to do that). In the :supert_tag hash you just enter the values for your fields (using the tableized name of each field).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ryan-
SuperTags were tricky and don&#8217;t work with the current ruby wrapper like you would expect. I need to write up a separate post on this. I got it to work like this:</p>

<p><code>person.put("super_tags/screenstepslive%20customer", {:super_tag =&gt; {:review_again_on =&gt; 1.day.ago.to_s}})</code></p>

<p>Replace &#8220;screenstepslive%20customer&#8221; with the name of your supertag. Make sure you have already added the supertag as a tag to the person (let me know if you don&#8217;t know how to do that). In the :supert_tag hash you just enter the values for your fields (using the tableized name of each field).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Lundie</title>
		<link>http://www.bluemangolearning.com/blog/2010/01/creating-a-new-person-in-batchbook-using-the-ruby-batchbook-api-wrapper/comment-page-1/#comment-1218</link>
		<dc:creator>Ryan Lundie</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluemangolearning.com/blog/?p=1050#comment-1218</guid>
		<description>&lt;p&gt;Thanks for the great post.  Have you had any luck with setting the value of super-tag fields?  I understand that you have to make a put request to add them, but Im having trouble figuring out how to actually modify the individual fields.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the great post.  Have you had any luck with setting the value of super-tag fields?  I understand that you have to make a put request to add them, but Im having trouble figuring out how to actually modify the individual fields.</p>]]></content:encoded>
	</item>
</channel>
</rss>

