 
<?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: Import Gmail Contacts using Ruby on Rails</title>
	<atom:link href="http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/</link>
	<description>Helping companies increase predicability and business agility.</description>
	<lastBuildDate>Mon, 15 Mar 2010 10:04:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: danbram</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-10557</link>
		<dc:creator>danbram</dc:creator>
		<pubDate>Tue, 12 Jan 2010 09:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-10557</guid>
		<description>Pardon the ignorance Mislav, but how do I register during development? Is there an alternative to make this work while using http:localhost:3000???</description>
		<content:encoded><![CDATA[<p>Pardon the ignorance Mislav, but how do I register during development? Is there an alternative to make this work while using http:localhost:3000???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making sense of Virgin phone bills</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-10349</link>
		<dc:creator>Making sense of Virgin phone bills</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-10349</guid>
		<description>[...] which offer this, but I found it easier to use the Net::HTTP class &#8211; with some help from various web [...]</description>
		<content:encoded><![CDATA[<p>[...] which offer this, but I found it easier to use the Net::HTTP class &#8211; with some help from various web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maran</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-9807</link>
		<dc:creator>Maran</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-9807</guid>
		<description>I&#039;ve wrapped the code up in a few classes and created a demo app for people that wanted to get a head start. No tests or much error exception as of yet but I&#039;ll hopefully worked towards that. 

http://github.com/maran/Gmail-Contacts-Demo/tree/master</description>
		<content:encoded><![CDATA[<p>I&#8217;ve wrapped the code up in a few classes and created a demo app for people that wanted to get a head start. No tests or much error exception as of yet but I&#8217;ll hopefully worked towards that. </p>
<p><a href="http://github.com/maran/Gmail-Contacts-Demo/tree/master" rel="nofollow">http://github.com/maran/Gmail-Contacts-Demo/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UP</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-9590</link>
		<dc:creator>UP</dc:creator>
		<pubDate>Sun, 14 Jun 2009 17:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-9590</guid>
		<description>I mean â€œAuthSubtoken=&quot;#{authsub_token}&quot;â€ --&gt; not working

â€œAuthSubtoken=#{authsub_token}â€ --&gt; working</description>
		<content:encoded><![CDATA[<p>I mean â€œAuthSubtoken=&#8221;#{authsub_token}&#8221;â€ &#8211;&gt; not working</p>
<p>â€œAuthSubtoken=#{authsub_token}â€ &#8211;&gt; working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UP</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-9589</link>
		<dc:creator>UP</dc:creator>
		<pubDate>Sun, 14 Jun 2009 17:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-9589</guid>
		<description>One fix that I needed this to work - you need to remove the outer quotes from around the token parameter.
Btw, the article by IrishPenguin was superb...helped me understand where to hang off all the code!

&quot;AuthSubtoken=#{authsub_token}&quot;</description>
		<content:encoded><![CDATA[<p>One fix that I needed this to work &#8211; you need to remove the outer quotes from around the token parameter.<br />
Btw, the article by IrishPenguin was superb&#8230;helped me understand where to hang off all the code!</p>
<p>&#8220;AuthSubtoken=#{authsub_token}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Lopes</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-9309</link>
		<dc:creator>Felipe Lopes</dc:creator>
		<pubDate>Wed, 06 May 2009 22:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-9309</guid>
		<description>Very nice how-to, congrats</description>
		<content:encoded><![CDATA[<p>Very nice how-to, congrats</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Here are some links on POCO and OAuth P&#8230; &#171; Crawlicious</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-9219</link>
		<dc:creator>Here are some links on POCO and OAuth P&#8230; &#171; Crawlicious</dc:creator>
		<pubDate>Sat, 25 Apr 2009 22:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-9219</guid>
		<description>[...] http://code.google.com/apis/accounts/docs/AuthForWebApps.html http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/ http://developer.yahoo.com/oauth/ http://oauth.net/code/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://code.google.com/apis/accounts/docs/AuthForWebApps.html" rel="nofollow">http://code.google.com/apis/accounts/docs/AuthForWebApps.html</a> <a href="http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/" rel="nofollow">http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/</a> <a href="http://developer.yahoo.com/oauth/" rel="nofollow">http://developer.yahoo.com/oauth/</a> <a href="http://oauth.net/code/" rel="nofollow">http://oauth.net/code/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leomayleomay</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-7440</link>
		<dc:creator>leomayleomay</dc:creator>
		<pubDate>Sat, 20 Dec 2008 03:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-7440</guid>
		<description>Hi, 
  why I can&#039;t set   secure_param  to be 1, every time I set this variable to be 1, I get the 403 code. Can anyone help to explain why?

  Thank you.

  BTW, I&#039;ve uploaded a .pem file in &quot;Manager Your Domain&quot;.
  
  Great article.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  why I can&#8217;t set   secure_param  to be 1, every time I set this variable to be 1, I get the 403 code. Can anyone help to explain why?</p>
<p>  Thank you.</p>
<p>  BTW, I&#8217;ve uploaded a .pem file in &#8220;Manager Your Domain&#8221;.</p>
<p>  Great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonal</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-6967</link>
		<dc:creator>Sonal</dc:creator>
		<pubDate>Fri, 19 Sep 2008 23:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-6967</guid>
		<description>Thanks! This is very useful. Following your post, I wrote up a blog entry providing code for securely requesting the token here: http://blog.guitarati.com/2008/08/google-accounts-authentication-using.html</description>
		<content:encoded><![CDATA[<p>Thanks! This is very useful. Following your post, I wrote up a blog entry providing code for securely requesting the token here: <a href="http://blog.guitarati.com/2008/08/google-accounts-authentication-using.html" rel="nofollow">http://blog.guitarati.com/2008/08/google-accounts-authentication-using.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Dempsey</title>
		<link>http://blog.adsdevshop.com/2008/04/18/import-gmail-contacts-using-ruby-on-rails/comment-page-1/#comment-6782</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://rorblog.techcfl.com/?p=367#comment-6782</guid>
		<description>Not yet, but that&#039;s a great idea! I&#039;ll let Tom know.</description>
		<content:encoded><![CDATA[<p>Not yet, but that&#8217;s a great idea! I&#8217;ll let Tom know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
