<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.tola.me.uk" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>tola - social networking</title>
 <link>http://www.tola.me.uk/taxonomy/term/86/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Distributed Social Networking, Internet identity and trust</title>
 <link>http://www.tola.me.uk/node/81</link>
 <description>&lt;h2&gt;Distributed Social Networking&lt;/h2&gt;
&lt;p&gt;Social networking is a huge phenomenon on the Internet and web sites such as Facebook, MySpace and Orkut have enormous user bases. All of these social networks are currently centralised and controlled by a single company and do not allow users to interact between different networks. This can be frustrating for users who may have to sign up to several social networking web sites just to keep in touch with different groups of friends. Several efforts are in place to attempt to cross the boundaries between social networks, but most of these efforts work on the basis of another centralised system which aggregates all of the networks together using their respective proprietary APIs where they exist.&lt;/p&gt;
&lt;p&gt;Open standards like &lt;a href=&quot;http://www.foaf-project.org/&quot;&gt;FOAF&lt;/a&gt; and &lt;a href=&quot;http://gmpg.org/xfn/&quot;&gt;XFN&lt;/a&gt; already exist for expressing the relationships between people on the web, using semantic markup. In fact, I would argue that an open standard exists for every aspect of current social networking sites. By creating applications which use these open standards we can form a distributed social network which uses the web itself and does not require users to sign up to an isolated network. Each user need only create a personal home page using a service which supports the open standards to be part of the worldwide network.&lt;/p&gt;
&lt;p&gt;I have started a new design concept on my web site listing common social networking features and corresponding open standards which could be used to implement them in &lt;a href=&quot;http://tola.me.uk/concepts/2007/distributed_social_networking&quot;&gt;Distributed Social Networking&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&#039;s worth noting that services like &lt;a href=&quot;http://videntity.org/&quot;&gt;Videntity&lt;/a&gt; are already &lt;a href=&quot;http://wiki.www.videntity.org/wiki/Social_Networking_Unlimited&quot;&gt;supporting standards like FOAF&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Identity and Trust on the Internet&lt;/h2&gt;
&lt;p&gt;An interesting article in the New York Magazine a couple of weeks ago described how social networking sites are creating the &lt;a href=&quot;http://nymag.com/news/features/27341/&quot;&gt;biggest generation gap since Rock and Roll&lt;/a&gt; as teenagers are developing a completely separate concept of privacy to their parents. Teens can be very willing to talk about their personal lives and post pictures on public web sites. I don&#039;t even believe this is because they don&#039;t understand the issues of privacy, I just think they have a different attitude to privacy and are perhaps more open about their feelings than previous generations.&lt;/p&gt;
&lt;p&gt;However, this did get me thinking. Whilst compiling this list I realised that one thing I wasn&#039;t sure how to achieve was the privacy features of social networking sites. Many of the sites allow you to define which information will be visible to which users. In a distributed system with no central authority to authenticate against it can be very difficult to define trust and granular permissions for information.&lt;/p&gt;
&lt;p&gt;I searched the web for a solution and came up with &lt;a href=&quot;http://openid.net/about.bml&quot;&gt;OpenID&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/SAML&quot;&gt;SAML&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/XDI&quot;&gt;XDI&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;OpenID&lt;/h3&gt;
&lt;p&gt;Being an ex-&lt;a href=&quot;http://livejournal.com&quot;&gt;LiveJournal&lt;/a&gt; user I&#039;m familiar with OpenID but hadn&#039;t realised how big it has become. AOL and Yahoo have now adopted the standard and even Microsoft are talking about integrating OpenID into Windows Vista.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&quot;OpenID starts with the concept that anyone can identify themselves on the Internet the same way websites do-with a URI&quot;&lt;/em&gt;. Once someone has confirmed that they own a particular URI and they come across a web site which supports OpenID, they can use their URI to identify themselves. They are simply redirected to their URI&#039;s OpenID authentication if they need to log in. No more signing up for an account on every. site. you. visit!&lt;/p&gt;
&lt;h3&gt;XDI&lt;/h3&gt;
&lt;p&gt;An article called &lt;a href=&quot;http://journal.planetwork.net/article.php?lab=reed0704&amp;amp;page=1&quot;&gt;The Social Web: Creating An Open Social Network with XDI&lt;/a&gt; describes an ambitious project to create a new system of unique identifiers for information resources to create a &lt;a href=&quot;http://en.wikipedia.org/wiki/Social_Web&quot;&gt;Social Web&lt;/a&gt; of people, or more generally, a &lt;a href=&quot;http://en.wikipedia.org/wiki/Data_web&quot;&gt;Data Web&lt;/a&gt;. The new scheme uses &lt;a href=&quot;http://en.wikipedia.org/wiki/XRI&quot;&gt;eXtensible Resource Identifiers&lt;/a&gt; (XRIs) to identify resources independent of a specific physical network path, location, or protocol - in a way which is compatible with URIs and IRIs. XRIs are then linked with &quot;link contracts&quot; which express authority, security, privacy, and data sharing rights in a machine-readable format.&lt;/p&gt;
&lt;p&gt;Analogies are drawn with the identification and authentication system used in banking where &quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/I-broker&quot;&gt;I-brokers&lt;/a&gt;&quot; are &quot;a trusted third party that helps individuals and organizations share private data the same way banks help exchange funds&quot;. The XDI project also has ambitious aims like anti-spam protection and identity theft protection.&lt;/p&gt;
&lt;h3&gt;SAML&lt;/h3&gt;
&lt;p&gt;According to Wikipedia, SAML is an &quot;XML standard for exchanging authentication and authorization data between security domains, that is, between an identity provider and a service provider.&quot; Google are &lt;a href=&quot;http://code.google.com/apis/apps/sso/saml_reference_implementation.html&quot;&gt;using SAML&lt;/a&gt; for Google Apps. Basically it allows a service provider to assert that a user has the permission to access a certain resource, by querying a separate identity provider (which could be common across all service providers).&lt;/p&gt;
&lt;h3&gt;Converging&lt;/h3&gt;
&lt;p&gt;It turns out that all of these technologies are converging and moving towards the holy grail of system administration - the &quot;Single Sign On&quot;. OpenID can now use an XRI to identify a user and there is talk of using SAML in conjunction with OpenID to assert privledges.&lt;/p&gt;
</description>
 <comments>http://www.tola.me.uk/node/81#comment</comments>
 <category domain="http://www.tola.me.uk/taxonomy/term/96">data web</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/49">open standards</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/91">OpenID</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/92">SAML</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/86">social networking</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/95">social web</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/6">technology</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/93">XDI</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/94">XRI</category>
 <pubDate>Mon, 05 Mar 2007 23:00:00 +0000</pubDate>
 <dc:creator>tola</dc:creator>
 <guid isPermaLink="false">81 at http://www.tola.me.uk</guid>
</item>
<item>
 <title>Distributed Social Networking</title>
 <link>http://www.tola.me.uk/concepts/2007/distributed_social_networking</link>
 <description>&lt;h2&gt;Synopsis&lt;/h2&gt;
&lt;p&gt; A distributed social network using open standards and the semantic web.&lt;br /&gt;
&lt;h2&gt;Rationale&lt;/h2&gt;
&lt;p&gt; The current breed of social networking sites are all based on centralised isolated systems run by single companies. Users on one social network can not easily interact with users on another and people will often have to sign up for an account on several networks to keep in touch with different groups of friends.  By using existing open standards, we can create a distributed social network which does not require a user to sign up with multiple isolated networks but allows all social networking services to interact to form a unified network. With a distributed system, anyone could potentially host their own profile, friends list, blog, events etc. and still be part of the same network.&lt;br /&gt;
&lt;h2&gt;Features&lt;/h2&gt;
&lt;p&gt; Below are examples of common social networking features which could be implemented in a distributed way using existing open standards.&lt;br /&gt;
&lt;h3&gt; Individuals &lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Profile - vCard&lt;/li&gt;
&lt;li&gt;Friends - &lt;a href=&quot;http://www.foaf-project.org/&quot;&gt;FOAF&lt;/a&gt; (plus XFN or &lt;a href=&quot;http://www.perceive.net/schemas/20021119/relationship/default.htm&quot;&gt;relationship schema&lt;/a&gt; for finer grained relationships.)&lt;/li&gt;
&lt;li&gt;Messages - Email!&lt;/li&gt;
&lt;li&gt;Mediablog - RSS/Atom&lt;/li&gt;
&lt;li&gt;Events - iCalendar&lt;/li&gt;
&lt;li&gt;Privacy - OpenID (plus XDI &amp;amp; SAML)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Groups&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Blogroll - OPML&lt;/li&gt;
&lt;li&gt;Discussions - Mailing lists&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Use Cases&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Jack registers with a social networking site which includes an OpenID server, fills out his contact details which can be downloaded as a vCard, writes a list of friends which is published as a FOAF file, starts a blog which has an RSS or Atom feed and a calendar which can be subscribed to using iCalendar.&lt;/li&gt;
&lt;li&gt;Jill writes a blog entry on her own web site and Jack syndicates her blog along with a list of his other friends, Jack comments on Jill&amp;#39;s blog, authenticating with his OpenID.&lt;/li&gt;
&lt;li&gt;Jack arranges a party around his house and clicks an &amp;quot;invite&amp;quot; button which sends an email off to Jill with an embedded iCalendar file. Jack&amp;#39;s friends who are already subscribed to his calendar already know about the party.&lt;/li&gt;
&lt;li&gt;James adds photos to his mediablog and tags Jack and Jill in a photo using foaf:depicts in his FOAF file.&lt;/li&gt;
&lt;li&gt;Jack looks through James&amp;#39; friends list and finds the homepage of someone he knows from school but hasn&amp;#39;t spoken to for years, he adds them to his FOAF file and sends them and posts a comment on their blog.&lt;/li&gt;
&lt;li&gt;Company X sets up a service which crawls the web for FOAF files and displays a graphical representation of a network of friends. They have services for searching for people by their FOAF files, creating mailing lists and blogrolls (using OPML) for groups of people.&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.tola.me.uk/concepts/2007/distributed_social_networking#comment</comments>
 <category domain="http://www.tola.me.uk/taxonomy/term/97">FOAF</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/49">open standards</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/86">social networking</category>
 <category domain="http://www.tola.me.uk/taxonomy/term/6">technology</category>
 <pubDate>Fri, 15 Dec 2006 15:56:59 +0000</pubDate>
 <dc:creator>tola</dc:creator>
 <guid isPermaLink="false">63 at http://www.tola.me.uk</guid>
</item>
</channel>
</rss>
