<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,20 +3,20 @@
   &lt;meta&gt;
     &lt;author&gt;Chirag Shah&lt;/author&gt;
     &lt;documentationURL&gt;http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/restful-protocol&lt;/documentationURL&gt;
-    &lt;sampleQuery&gt; select * from opensocial.auth&lt;/sampleQuery&gt;
+    &lt;sampleQuery&gt;select * from {table} where ck = &quot;orkut.com:623061448914&quot; and cks = &quot;uynAeXiWTisflWX99KU1D2q5&quot; and count = &quot;4&quot; and container = &quot;orkut&quot; and guid = &quot;03067092798963641994&quot; and selector = &quot;friends&quot;&lt;/sampleQuery&gt;
   &lt;/meta&gt;
   &lt;bindings&gt;
-    &lt;select itemPath=&quot;rsp&quot; produces=&quot;XML&quot;&gt;
+    &lt;select itemPath=&quot;&quot; produces=&quot;XML&quot;&gt;
       &lt;urls&gt;
         &lt;url&gt;http://sandbox.orkut.com/social/rest/people/&lt;/url&gt;
       &lt;/urls&gt;
       &lt;inputs&gt;
         &lt;key id='method' type='xs:string' paramType='variable' const=&quot;true&quot; default=&quot;opensocial.people&quot; /&gt;
-        &lt;key id='ck' type='xs:string' paramType='variable' required=&quot;false&quot; /&gt;
-        &lt;key id='cks' type='xs:string' paramType='variable' required=&quot;false&quot; /&gt;
+        &lt;key id='ck' type='xs:string' paramType='variable' required=&quot;true&quot; /&gt;
+        &lt;key id='cks' type='xs:string' paramType='variable' required=&quot;true&quot; /&gt;
         &lt;key id='guid' type='xs:string' paramType='variable' required=&quot;true&quot; /&gt;
         &lt;key id='selector' type='xs:string' paramType='variable' required=&quot;true&quot; /&gt;
-        &lt;key id='count' type='xs:string' paramType='variable' required=&quot;true&quot; /&gt;
+        &lt;key id='count' type='xs:string' paramType='variable' required=&quot;true&quot; default=&quot;20&quot; /&gt;
         &lt;key id='container' type='xs:string' paramType='variable' required=&quot;true&quot; /&gt;
       &lt;/inputs&gt;
       &lt;execute&gt;&lt;![CDATA[
@@ -24,7 +24,7 @@
         y.include(&quot;http://oauth.googlecode.com/svn/code/javascript/oauth.js&quot;);
         y.include(&quot;http://oauth.googlecode.com/svn/code/javascript/sha1.js&quot;);
 
-        var base = '';
+        var base;
         if(container == 'orkut') 
             base = 'http://sandbox.orkut.com/social/rest/people/';
         else if(container == 'friendconnect')
@@ -41,16 +41,16 @@
                 ['oauth_signature_method', 'HMAC-SHA1'],
                 ['oauth_consumer_key', ck],
                 ['oauth_version', '1.0'],
-                ['xoauth_requestor_id', guid]
+                ['xoauth_requestor_id', guid],
+                ['format', 'json']
             ]
         };
 
         OAuth.setTimestampAndNonce(message);
         OAuth.setParameter(message, &quot;oauth_timestamp&quot;, OAuth.timestamp());
         OAuth.SignatureMethod.sign(message, accessor);
-
         var finalRequestUrl = OAuth.addToURL(message.action, message.parameters);
-        response.object = y.rest(finalRequestUrl).get().response();
+        response.object = y.rest(finalRequestUrl).get().response;
       ]]&gt;&lt;/execute&gt;
     &lt;/select&gt;
   &lt;/bindings&gt;</diff>
      <filename>opensocial/opensocial.people.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>875d1f2563026943f5ae63e6b3654a96b1934908</id>
    </parent>
  </parents>
  <author>
    <name>chirag shah</name>
    <email>chiragshah1@tartarus.dreamhost.com</email>
  </author>
  <url>http://github.com/codepo8/yql-tables/commit/d1f5d12d6e8d5e7d9424db5c869082abfcd469cd</url>
  <id>d1f5d12d6e8d5e7d9424db5c869082abfcd469cd</id>
  <committed-date>2009-05-10T22:45:43-07:00</committed-date>
  <authored-date>2009-05-10T22:45:43-07:00</authored-date>
  <message>fix the itemPath and response object. add a sample query.</message>
  <tree>941de18a31959b9c25f47ecf4081e0adf9678ddd</tree>
  <committer>
    <name>chirag shah</name>
    <email>chiragshah1@tartarus.dreamhost.com</email>
  </committer>
</commit>
