<?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: Dope OpenID</title>
	<atom:link href="http://stevelove.org/projects/dope-openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevelove.org</link>
	<description>Code, Literature and Other Worthless Pursuits</description>
	<lastBuildDate>Sun, 26 Dec 2010 13:28:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: rian</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-985</link>
		<dc:creator>rian</dc:creator>
		<pubDate>Wed, 08 Sep 2010 19:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-985</guid>
		<description>I know this is old, but same here.  Same mod to make it work as well.  Also, around line 135 of ParanoidHTTPFetcher, there&#039;s a foreach headers that blows up because the headers don&#039;t always have the form &#039;name: value&#039;.  I wrapped it in a if(preg_match(&#039;/:/&#039;,$header)) as a quick fix, and it works fine now.</description>
		<content:encoded><![CDATA[<p>I know this is old, but same here.  Same mod to make it work as well.  Also, around line 135 of ParanoidHTTPFetcher, there&#8217;s a foreach headers that blows up because the headers don&#8217;t always have the form &#8216;name: value&#8217;.  I wrapped it in a if(preg_match(&#8216;/:/&#8217;,$header)) as a quick fix, and it works fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-876</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 12 Aug 2010 03:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-876</guid>
		<description>Thanks for putting up this code.
I am trying to tackle the integration of an openID consumer for our site and your code should give me a kick start.

Your demo works with my openid provider no problem.  
But my demo tells me:
Error Code: OPENID_NOSERVERSFOUND
Error Description: Cannot find OpenID Server TAG on Identity page.

Any idea why this would happen?
I have your demo code installed on a fresh host account with nothing else on it.  Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Thanks for putting up this code.<br />
I am trying to tackle the integration of an openID consumer for our site and your code should give me a kick start.</p>
<p>Your demo works with my openid provider no problem.<br />
But my demo tells me:<br />
Error Code: OPENID_NOSERVERSFOUND<br />
Error Description: Cannot find OpenID Server TAG on Identity page.</p>
<p>Any idea why this would happen?<br />
I have your demo code installed on a fresh host account with nothing else on it.  Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nguyen Anh Tuan</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-869</link>
		<dc:creator>Nguyen Anh Tuan</dc:creator>
		<pubDate>Mon, 09 Aug 2010 15:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-869</guid>
		<description>Hi Steve, thanks for your works. I try your code in localhost, everything are ok. But I uploaded to our website I couldn&#039;t Sign with yahoo and google but I could sign in with the rest. Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi Steve, thanks for your works. I try your code in localhost, everything are ok. But I uploaded to our website I couldn&#8217;t Sign with yahoo and google but I could sign in with the rest. Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Tagg</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-671</link>
		<dc:creator>Jason Tagg</dc:creator>
		<pubDate>Wed, 19 May 2010 16:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-671</guid>
		<description>Thanks - this fix works perfectly for retrieving Yahoo Attribute-Exchange values !</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this fix works perfectly for retrieving Yahoo Attribute-Exchange values !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Love</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-641</link>
		<dc:creator>Steve Love</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-641</guid>
		<description>It&#039;s possible there is a problem. &lt;a href=&quot;http://stevelove.org/projects/dope-openid/comment-page-1/#comment-558&quot; rel=&quot;nofollow&quot;&gt;Please read this comment.&lt;/a&gt; The source code is on github. You are welcome to work on it. &lt;a href=&quot;http://github.com/stevelove/Dope-OpenID&quot; rel=&quot;nofollow&quot;&gt;http://github.com/stevelove/Dope-OpenID&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible there is a problem. <a href="http://stevelove.org/projects/dope-openid/comment-page-1/#comment-558" rel="nofollow">Please read this comment.</a> The source code is on github. You are welcome to work on it. <a href="http://github.com/stevelove/Dope-OpenID" rel="nofollow">http://github.com/stevelove/Dope-OpenID</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the_dude</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-640</link>
		<dc:creator>the_dude</dc:creator>
		<pubDate>Wed, 21 Apr 2010 08:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-640</guid>
		<description>Yahoo doesn&#039;t seem to work neither on your demo or when I try it locally. I get to Yahoo&#039;s page that says &quot;You are about to share _info_&quot; but when I am sent back to login.php it doesn&#039;t list any information. Can you confirm this problem?</description>
		<content:encoded><![CDATA[<p>Yahoo doesn&#8217;t seem to work neither on your demo or when I try it locally. I get to Yahoo&#8217;s page that says &#8220;You are about to share _info_&#8221; but when I am sent back to login.php it doesn&#8217;t list any information. Can you confirm this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sureace</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-605</link>
		<dc:creator>sureace</dc:creator>
		<pubDate>Thu, 18 Mar 2010 03:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-605</guid>
		<description>Hi steve,
               Is it your library works with wordpress. When i am trying to check at your demo page using my wordpress username, it retuns erros like 
Error Code: OPENID_NOSERVERSFOUND
Error Description: Cannot find OpenID Server TAG on Identity page.

Thanking you,
sureace.</description>
		<content:encoded><![CDATA[<p>Hi steve,<br />
               Is it your library works with wordpress. When i am trying to check at your demo page using my wordpress username, it retuns erros like<br />
Error Code: OPENID_NOSERVERSFOUND<br />
Error Description: Cannot find OpenID Server TAG on Identity page.</p>
<p>Thanking you,<br />
sureace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sureace</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-599</link>
		<dc:creator>sureace</dc:creator>
		<pubDate>Wed, 17 Mar 2010 05:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-599</guid>
		<description>Hi steve,
           I am starting to integrate it in mysite. If i have found any problems, i will let u know.

Thanking you
sureace</description>
		<content:encoded><![CDATA[<p>Hi steve,<br />
           I am starting to integrate it in mysite. If i have found any problems, i will let u know.</p>
<p>Thanking you<br />
sureace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sureace</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-598</link>
		<dc:creator>sureace</dc:creator>
		<pubDate>Wed, 17 Mar 2010 05:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-598</guid>
		<description>Hi steve,
            Thanks for your quick reply. Yes, it works great. Thanks a lot.

Thanking you,
sureace.</description>
		<content:encoded><![CDATA[<p>Hi steve,<br />
            Thanks for your quick reply. Yes, it works great. Thanks a lot.</p>
<p>Thanking you,<br />
sureace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Love</title>
		<link>http://stevelove.org/projects/dope-openid/comment-page-1/#comment-597</link>
		<dc:creator>Steve Love</dc:creator>
		<pubDate>Wed, 17 Mar 2010 04:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://stevelove.org/?page_id=29#comment-597</guid>
		<description>Type in http://google.com as your OpenID.</description>
		<content:encoded><![CDATA[<p>Type in <a href="http://google.com" rel="nofollow">http://google.com</a> as your OpenID.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

