<?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: OpenID and the Social Graph</title>
	<atom:link href="http://blog.rachellovinger.com/2007/11/26/openid-and-the-social-graph/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rachellovinger.com/2007/11/26/openid-and-the-social-graph/</link>
	<description>Pursuing datameaningfulness, online and off</description>
	<lastBuildDate>Mon, 28 Dec 2009 15:46:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: facts</title>
		<link>http://blog.rachellovinger.com/2007/11/26/openid-and-the-social-graph/#comment-753</link>
		<dc:creator>facts</dc:creator>
		<pubDate>Wed, 05 Dec 2007 06:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://meaningfuldata.wordpress.com/2007/11/26/openid-and-the-social-graph/#comment-753</guid>
		<description>Got a little bit confused while reading :S</description>
		<content:encoded><![CDATA[<p>Got a little bit confused while reading :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Locke</title>
		<link>http://blog.rachellovinger.com/2007/11/26/openid-and-the-social-graph/#comment-719</link>
		<dc:creator>Tony Locke</dc:creator>
		<pubDate>Tue, 27 Nov 2007 22:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://meaningfuldata.wordpress.com/2007/11/26/openid-and-the-social-graph/#comment-719</guid>
		<description>This post is spot-on. The second point about centralizing one&#039;s own &#039;social graph&#039; could be addressed by including it in a FOAF document. The access issue could be handled by only allowing people in the FOAF to see it. This is like Facebook where only one&#039;s friends can see one&#039;s profile.

In the post you mention that with your AOL OpenId, some sites don&#039;t work. My hunch is that this is because AOL don&#039;t publish a discoverable Yadis document. Try getting an OpenId from myopenid.com, I&#039;ve found them to be very reliable.

Finally I&#039;d like to respond to Luigi Montanez&#039;s comment above (but bear in mind my bias as the author of Own-Id). I think the easiest method of
delegating your OpenId depends on several factors:

1. Do you have an editable web page under your own domain name?
2. Are you comfortable with editing HTML?
3. Do you know what to add to the HTML?
4. Do you know the URL of your OpenId server?
5. How easy is it to add a CNAME record to your DNS?

If the answers 1-4 are &#039;yes&#039; and the answer to number 5 is &#039;not very&#039;,
then it&#039;s easiest to go ahead and edit the HTML as Luigi suggests. If your DNS hosting company has an easy web interface (like GoDaddy) and you&#039;re a bit shaky on any of the other questions, then I&#039;d suggest that www.own-id.com is for you.</description>
		<content:encoded><![CDATA[<p>This post is spot-on. The second point about centralizing one&#8217;s own &#8217;social graph&#8217; could be addressed by including it in a FOAF document. The access issue could be handled by only allowing people in the FOAF to see it. This is like Facebook where only one&#8217;s friends can see one&#8217;s profile.</p>
<p>In the post you mention that with your AOL OpenId, some sites don&#8217;t work. My hunch is that this is because AOL don&#8217;t publish a discoverable Yadis document. Try getting an OpenId from myopenid.com, I&#8217;ve found them to be very reliable.</p>
<p>Finally I&#8217;d like to respond to Luigi Montanez&#8217;s comment above (but bear in mind my bias as the author of Own-Id). I think the easiest method of<br />
delegating your OpenId depends on several factors:</p>
<p>1. Do you have an editable web page under your own domain name?<br />
2. Are you comfortable with editing HTML?<br />
3. Do you know what to add to the HTML?<br />
4. Do you know the URL of your OpenId server?<br />
5. How easy is it to add a CNAME record to your DNS?</p>
<p>If the answers 1-4 are &#8216;yes&#8217; and the answer to number 5 is &#8216;not very&#8217;,<br />
then it&#8217;s easiest to go ahead and edit the HTML as Luigi suggests. If your DNS hosting company has an easy web interface (like GoDaddy) and you&#8217;re a bit shaky on any of the other questions, then I&#8217;d suggest that <a href="http://www.own-id.com" rel="nofollow">http://www.own-id.com</a> is for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Montanez</title>
		<link>http://blog.rachellovinger.com/2007/11/26/openid-and-the-social-graph/#comment-717</link>
		<dc:creator>Luigi Montanez</dc:creator>
		<pubDate>Tue, 27 Nov 2007 17:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://meaningfuldata.wordpress.com/2007/11/26/openid-and-the-social-graph/#comment-717</guid>
		<description>The process you describe with own-id.com is built into the OpenID spec, and it&#039;s known as OpenID delegation. Basically, you just need to put a few lines to code in the head of an HTML document, and you can use that URL as your OpenID. Click on my name and View Source to see what I mean. In my case, I use myopenid.com as my provider, but luigimontanez.com is my OpenID.

Here&#039;s a plugin to make your Wordpress URL an OpenID via delegation:

http://eran.sandler.co.il/openid-delegate-wordpress-plugin/</description>
		<content:encoded><![CDATA[<p>The process you describe with own-id.com is built into the OpenID spec, and it&#8217;s known as OpenID delegation. Basically, you just need to put a few lines to code in the head of an HTML document, and you can use that URL as your OpenID. Click on my name and View Source to see what I mean. In my case, I use myopenid.com as my provider, but luigimontanez.com is my OpenID.</p>
<p>Here&#8217;s a plugin to make your WordPress URL an OpenID via delegation:</p>
<p><a href="http://eran.sandler.co.il/openid-delegate-wordpress-plugin/" rel="nofollow">http://eran.sandler.co.il/openid-delegate-wordpress-plugin/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
