<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,12 +29,11 @@
             var tokenSecret = &quot;N0sOuP4U&quot;;
 
             var path=&quot;http://api.netflix.com/catalog/titles&quot;
-            var argumentsAsString = &quot;term=rat&amp;expand=formats,synopsis&amp;max_results=1&quot;;
+            var argumentsAsString = &quot;term=rat&amp;expand=format,synopsis&amp;max_results=1&quot;;
             var argumentsAsObject = {
                 term:'rat',
                 expand:'formats,synopsis',
-                max_results: '1',
-                boo: ['foo','bar']      //there are some webapps that take an array this way.
+                max_results: '1' 
             };
 
             if (apiKey == &quot;nO-woRk&quot;)
@@ -51,6 +50,7 @@
             } catch(e) {};
 
             // Test 2 ===== the semi-easy way.
+            OAuthSimple().reset();
             var oauth2 = OAuthSimple(apiKey,sharedSecret);
             var sample2Results = oauth2.sign({action:'GET',
                                              path:path,
@@ -61,8 +61,9 @@
             } catch (e) {};
 
             // Test 3 ===== the totally easy way.
+            OAuthSimple().reset();
             var sample3Results = OAuthSimple().sign({path:path,
-                                                  parameters:argumentsAsObject,
+                                                  parameters:argumentsAsString,
                                                   signatures:{
                                                     'consumer_key':apiKey, 'shared_secret': sharedSecret,
                                                     'access_token':accessToken,'access_secret':tokenSecret}});</diff>
      <filename>js/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9266a1b879eda0dbf270fa4cdb2fc7ad1084f71c</id>
    </parent>
  </parents>
  <author>
    <name>jr conlin</name>
    <email>src@anticipatr.com</email>
  </author>
  <url>http://github.com/jrconlin/oauthsimple/commit/32a0c2e2022f3a5c4fa6158c1f56ffc32527d855</url>
  <id>32a0c2e2022f3a5c4fa6158c1f56ffc32527d855</id>
  <committed-date>2009-09-14T10:21:10-07:00</committed-date>
  <authored-date>2009-09-14T10:21:10-07:00</authored-date>
  <message>updated to include the OAuthSimple.reset() calls.</message>
  <tree>223118b6f9c100b6d4445e212d82b11bda5c267f</tree>
  <committer>
    <name>jr conlin</name>
    <email>src@anticipatr.com</email>
  </committer>
</commit>
