<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Third party user authentication with Ruby in a just few lines of code</title>
	<atom:link href="http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/</link>
	<description>technology, people and life in general</description>
	<lastBuildDate>Fri, 12 Mar 2010 12:08:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: freebird</title>
		<link>http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/#comment-1138</link>
		<dc:creator>freebird</dc:creator>
		<pubDate>Sun, 10 Jan 2010 17:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=366#comment-1138</guid>
		<description>Hi,
Amazing guide indeed...
I was just keen on knowing how will a similar authentication snippet would look like for Yahoo OpenID. I not able to find the exact request and response formats for the same. Kindly help me out...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Amazing guide indeed&#8230;<br />
I was just keen on knowing how will a similar authentication snippet would look like for Yahoo OpenID. I not able to find the exact request and response formats for the same. Kindly help me out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soussi</title>
		<link>http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/#comment-854</link>
		<dc:creator>Soussi</dc:creator>
		<pubDate>Mon, 01 Jun 2009 22:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=366#comment-854</guid>
		<description>Thanks for this post.
I am currently building my GAE application and I was considering building my own authentication mechanism using Django.

Do you think it is still worth creating one&#039;s own authentication mechanism? May be integrating with existing providers should be enough?</description>
		<content:encoded><![CDATA[<p>Thanks for this post.<br />
I am currently building my GAE application and I was considering building my own authentication mechanism using Django.</p>
<p>Do you think it is still worth creating one&#8217;s own authentication mechanism? May be integrating with existing providers should be enough?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sausheong</title>
		<link>http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/#comment-853</link>
		<dc:creator>sausheong</dc:creator>
		<pubDate>Sun, 31 May 2009 01:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=366#comment-853</guid>
		<description>Hi Rubayeet, as far as I know Yahoo doesn&#039;t have a client authentication mechanism for external developers. Twitter&#039;s invitations either uses a third party provider (for contacts importing) or has direct partnership with Yahoo.</description>
		<content:encoded><![CDATA[<p>Hi Rubayeet, as far as I know Yahoo doesn&#8217;t have a client authentication mechanism for external developers. Twitter&#8217;s invitations either uses a third party provider (for contacts importing) or has direct partnership with Yahoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubayeet</title>
		<link>http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/#comment-849</link>
		<dc:creator>rubayeet</dc:creator>
		<pubDate>Sat, 30 May 2009 17:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=366#comment-849</guid>
		<description>Hi sausheong. Nice post! I&#039;m trying to build a contact importer tool for my web application, and my googling returned your post. Do you happen to know if Yahoo! provides client login like Google? Twitter&#039;s invitation tool (http://twitter.com/invitations) imports contacts from Yahoo! without the redirection. How can I achieve this?</description>
		<content:encoded><![CDATA[<p>Hi sausheong. Nice post! I&#8217;m trying to build a contact importer tool for my web application, and my googling returned your post. Do you happen to know if Yahoo! provides client login like Google? Twitter&#8217;s invitation tool (<a href="http://twitter.com/invitations" rel="nofollow">http://twitter.com/invitations</a>) imports contacts from Yahoo! without the redirection. How can I achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sausheong</title>
		<link>http://blog.saush.com/2009/04/25/third-party-user-authentication-with-ruby-in-a-just-few-lines-of-code/#comment-848</link>
		<dc:creator>sausheong</dc:creator>
		<pubDate>Thu, 30 Apr 2009 02:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.saush.com/?p=366#comment-848</guid>
		<description>@SengMing, absolutely right, it&#039;s just sample code. You can add a rescue at the back of the statement and then catch it somewhere else for exception handling, I guess I was just trying to make it as simple as possible.

Google ClientLogin etc are easier of course, but you need to capture the user&#039;s id and password and that might make your user uncomfortable, in case where you might store it for your nefarious purposes :D</description>
		<content:encoded><![CDATA[<p>@SengMing, absolutely right, it&#8217;s just sample code. You can add a rescue at the back of the statement and then catch it somewhere else for exception handling, I guess I was just trying to make it as simple as possible.</p>
<p>Google ClientLogin etc are easier of course, but you need to capture the user&#8217;s id and password and that might make your user uncomfortable, in case where you might store it for your nefarious purposes :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
