<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NathanWBurke.com &#187; data portability</title>
	<atom:link href="http://nathanwburke.com/tag/data-portability/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanwburke.com</link>
	<description>Startups, Marketing, Opinions</description>
	<lastBuildDate>Fri, 04 May 2012 19:23:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Data Availability- Um, What’s That?</title>
		<link>http://nathanwburke.com/2008/07/27/data-availability-um-what%e2%80%99s-that/</link>
		<comments>http://nathanwburke.com/2008/07/27/data-availability-um-what%e2%80%99s-that/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 16:02:07 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[data portability]]></category>

		<guid isPermaLink="false">http://nathanwburke.com/?p=384</guid>
		<description><![CDATA[Yesterday MySpace announced the availability of, well, Data Availability, their contribution to the data portability movement. Back in May, MySpace made the announcement that they were making user data available to Yahoo, ebay and Twitter. Now they’ve opened up to developers. What’s Available? After using oAuth to authenticate a user and retrieve an authorized Access [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="Apple-style-span" style="border-collapse: separate; color: #333333; font-family: 'Lucida Grande'; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">Yesterday MySpace announced the availability of, well, Data Availability, their contribution to the data portability movement. Back in May,<span class="Apple-converted-space"> </span><a style="color: #4488ff; text-decoration: none;" href="http://www.techcrunch.com/2008/05/08/myspace-embraces-data-portability-partners-with-yahoo-ebay-and-twitter/">MySpace made the announcement</a><span class="Apple-converted-space"> </span>that they were making user data available to Yahoo, ebay and Twitter. Now they’ve opened up to developers.</p>
<h3 style="font-size: 16px;">What’s Available?</h3>
<p>After using oAuth to authenticate a user and retrieve an authorized Access Token and Token Secret, the API allows third party developers access to the following myspace data:</p>
<table border="0" cellspacing="0" cellpadding="2" width="450">
<tbody>
<tr>
<td width="150" valign="top">
<li>About Me</li>
<li>Age</li>
<li>Body Type</li>
<li>Books</li>
<li>Children</li>
<li>Current Location</li>
<li>Date of Birth</li>
<li>Drinker?</li>
<li>email</li>
<li>Ethnicity</li>
</td>
<td width="150" valign="top">
<li>Gender</li>
<li>ID</li>
<li>Interests</li>
<li>Job Interests</li>
<li>Jobs</li>
<li>Looking For</li>
<li>Movies</li>
<li>Music</li>
<li>Name</li>
<li>Network Presence</li>
</td>
<td width="150" valign="top">
<li>Nickname</li>
<li>Profile Song</li>
<li>Profile URL</li>
<li>Relationship Status</li>
<li>Religion</li>
<li>Smoker?</li>
<li>Status</li>
<li>TV Shows</li>
</td>
</tr>
</tbody>
</table>
<p>In addition, the API allows developers access to the user’s friends through a simple GET request:</p>
<p><a style="color: #4488ff; text-decoration: none;" href="http://api.myspace.com/people/@me/@friends">http://api.myspace.com/people/@me/@friends</a></p>
<p>The response will only return the ID of the user’s friends.</p>
<h3 style="font-size: 16px;">In Use</h3>
<p>After announcing MySpace Data Availability, the good people at<span class="Apple-converted-space"> </span><a style="color: #4488ff; text-decoration: none;" href="http://www.techcrunch.com/2008/06/26/the-first-test-app-for-myspace-data-availability/">TechCrunch threw an application together</a><span class="Apple-converted-space"> </span>to demonstrate how it works:</p>
<p><strong><img src="http://www.techcrunch.com/wp-content/uploads/2008/06/daapp.jpg" align="right" />Step One:</strong><span class="Apple-converted-space"> </span>Go to the app and click a link to install the application in myspace.</p>
<p><strong>Step Two:</strong><span class="Apple-converted-space"> </span>On myspace, confirm that you’d like to give the application access to your MySpace data.</p>
<p><strong>Step Three:</strong><span class="Apple-converted-space"> </span>You’re now redirected back to the TechCrunch app, which can now display your myspace profile data information.</p>
<h3 style="font-size: 16px;">The Catch</h3>
<p>Even though developers can now display users’ myspace data on their sites, that doesn’t mean they can actually do anything with the data. In fact, myspace forbids storing or caching any of the user information. So aside from displaying what’s already at myspace, Data Availability isn’t particularly useful unless the developer can do on-the-fly data analysis in order to present something based on what they’ve learned from the user data. Which is, you know, not easy.</p>
<h3 style="font-size: 16px;">What Does This Mean To DataPortability?</h3>
<p>Data Availability sure sounds like Data Portability, doesn’t it? And it’s certainly allowing data to leave the silo that is MySpace. Due to the fact that 3rd party developers cannot store or save data, each page load synchs with the mothership, guaranteeing up-to-date information.</p>
<p>But then again, it’s just a display. A one way road from myspace to display somewhere else. Users can’t edit their myspace information on another site, and nothing about it is bidirectional.</p>
<p>So is Data Availability a step forward for the Data Portability movement? Is it a step backward? To me, it’s a step. When it comes to true data portability, it helps to be patient. Until recently the thought of allowing another site to access your profile data was absurd. Back in the walled-garden days, independent silos with redundant profile data were the rule. With Data Availability, a giant in social networking has decided to open the gate a little bit. That’s a very good thing.</p>
<p class="MsoPlainText">Talking this over with Trent Adams, the founder of<span class="Apple-converted-space"> </span><a style="text-decoration: none; color: #99cc00;" href="http://www.matchmine.com/">matchmine</a><span class="Apple-converted-space"> </span>and an active contributor to the DataPortability Project, he pointed out what might be helpful as next steps:</p>
<blockquote style="border-left: 5px solid #dddddd; margin: 15px 30px 0px 10px; color: #777777; padding-left: 20px;">
<p class="MsoPlainText">“The move by MySpace into the world of data portability with their Data Availability initiative is a great baby step.<span> <span class="Apple-converted-space"> </span></span>Without something like what Drummond Reed and his XDI compatriots are cooking up, though, it’s going to be hard to take bigger steps.<span> <span class="Apple-converted-space"> </span></span>Specifically, the concepts of identity, data, and control cry out for what’re termed link contracts.”</p>
</blockquote>
<p class="MsoPlainText">Trent recently interviewed Drummond for his<span class="Apple-converted-space"> </span><a style="color: #4488ff; text-decoration: none;" href="http://www.mediaslate.org/wp/dataportability/dataportability-in-motion-podcast/">DataPortability In-Motion podcast</a>, where they talk about<span class="Apple-converted-space"> </span><a style="color: #4488ff; text-decoration: none;" href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xdi">XDI</a>,<span class="Apple-converted-space"> </span><a style="color: #4488ff; text-decoration: none;" href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xri">XRI</a>, and<span class="Apple-converted-space"> </span><a style="color: #4488ff; text-decoration: none;" href="http://en.wikipedia.org/wiki/Link_contract">link contracts</a><span class="Apple-converted-space"> </span>in detail.</p>
<p>It’s impossible for me to believe that we’re going to go from nothing to everything. I don’t think facebook will put out a press release tomorrow announcing an API to let any developer create apps to both read, store, and write to any part of a facebook profile. It’s just not going to happen. When it comes to data portability, iteration is the name of the game. Give developers a little bit of access and see what happens. Then, little by little, give more access.</p>
<p></span></p>
<div class="simple_likebuttons_container_small">
      <div class="simple_likebuttons_googleplus">
        <g:plusone size="medium" count="false" href="http://nathanwburke.com/2008/07/27/data-availability-um-what%e2%80%99s-that/"></g:plusone>
      </div>
    
      <div class="simple_likebuttons_twitter simple_likebuttons_twitter_s">
        <a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-url="http://nathanwburke.com/2008/07/27/data-availability-um-what%e2%80%99s-that/" data-lang="en">Tweet</a>
      </div>
    
      <div class="simple_likebuttons_facebook">
        <div id="fb-root"></div>
        <script>(function(d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) {return;}
          js = d.createElement(s); js.id = id;
          js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
          fjs.parentNode.insertBefore(js, fjs);
        }(document, "script", "facebook-jssdk"));</script>
        <div class="fb-like" data-href="http://nathanwburke.com/2008/07/27/data-availability-um-what%e2%80%99s-that/" data-send="false" data-layout="button_count" data-show-faces="false" data-width="90"></div>
      </div>
    </div>]]></content:encoded>
			<wfw:commentRss>http://nathanwburke.com/2008/07/27/data-availability-um-what%e2%80%99s-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

