<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,18 +1,24 @@
 h1. README
 
-TechCrunch MySpace OAuth tester app.  By &quot;Henry Work&quot;:http://www.henrywork.com
+TechCrunch MySpace OAuth tester app.  By &quot;Henry Work&quot;:http://www.henrywork.com.  Files originally created by &quot;Viphak Lay&quot;:http://viphaklay.com/.
 
 h2. Requirements
 
-* pear http_request library &quot;pear.php.net&quot;:http://pear.php.net/ (this is used for making http requests)
+* pear http_request library &quot;pear.php.net&quot;:http://pear.php.net/ (used for making http requests)
 * php 5.2+ _or_ &quot;json-php&quot;:http://mike.teczno.com/json.html (used for json parsing)
+* MySpace Developer account: &quot;MySpace Developer&quot;:http://developer.myspace.com
 
 h2. Installation
 
 # Install pear http_request library: sudo pear install http_request
+# Sign up to be a &quot;MySpace Developer&quot;:http://developer.myspace.com
+# Put your CONSUMER_KEY and CONSUMER_SECRET in app-config.php 
+# In 'Edit Details', configure the callback urls, external url, external domain
+# Configure your authorization url in app.php on line 72.
 
 h2. Links
 
 * &quot;TechCrunch MySpace App&quot;:http://www.techcrunch.com/myspace/app.php
 * &quot;Original Data Availability article&quot;:http://www.techcrunch.com/2008/06/26/myspace-opens-up-the-data-pipe-with-launch-of-data-availability/
-* &quot;Announcement of Tester App&quot;:http://www.techcrunch.com/2008/06/26/the-first-test-app-for-myspace-data-availability/
\ No newline at end of file
+* &quot;Announcement of Tester App&quot;:http://www.techcrunch.com/2008/06/26/the-first-test-app-for-myspace-data-availability/
+* &quot;Data Availability REST Resources&quot;:http://developer.myspace.com/community/myspace/da.aspx
\ No newline at end of file</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -68,8 +68,8 @@ else {
 	$req_token = $myspace-&gt;OAuthToken-&gt;get_token_from_url($request_token);
 	$req_token_secret = $myspace-&gt;OAuthToken-&gt;get_token_secret_from_url($request_token);
 
-	$auth_url = $myspace-&gt;OAuthToken-&gt;get_authorization_url(&quot;http://www.techcrunch.com/myspace/app.php?install=1&amp;oauth_token=&quot; . $req_token . &quot;&amp;oauth_token_secret=&quot; . $req_token_secret, $req_token);
-
+	#$auth_url = $myspace-&gt;OAuthToken-&gt;get_authorization_url(&quot;http://www.techcrunch.com/myspace/app.php?install=1&amp;oauth_token=&quot; . $req_token . &quot;&amp;oauth_token_secret=&quot; . $req_token_secret, $req_token);
+	$auth_url = $myspace-&gt;OAuthToken-&gt;get_authorization_url(&quot;YOUR_HTTP_URL/app.php?install=1&amp;oauth_token=&quot; . $req_token . &quot;&amp;oauth_token_secret=&quot; . $req_token_secret, $req_token);
 
 	echo &quot;Install a MySpace App: &lt;a href=\&quot;&quot; . $auth_url . &quot;\&quot; target=\&quot;_new\&quot;&gt;click here&lt;/a&gt;&quot;;
 	echo &quot;&lt;br/&gt;&quot;;</diff>
      <filename>app.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>docs/LICENSE</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7fbb3fa3136a403a0a1e6f2c08891601a597d5a6</id>
    </parent>
  </parents>
  <author>
    <name>Henry Work</name>
    <email>henry@techcrunch.com</email>
  </author>
  <url>http://github.com/techcrunch/myspace_oauth/commit/833c8daa3a5040e0442119a8e40976f6032c93b7</url>
  <id>833c8daa3a5040e0442119a8e40976f6032c93b7</id>
  <committed-date>2008-06-26T22:15:26-07:00</committed-date>
  <authored-date>2008-06-26T22:15:26-07:00</authored-date>
  <message>* more README updates
* commented out tc url in app.php
* moved LICENSE</message>
  <tree>3c94858cff3b5ab30fc357429c98fd0b39bc450c</tree>
  <committer>
    <name>Henry Work</name>
    <email>henry@techcrunch.com</email>
  </committer>
</commit>
