<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,10 +14,10 @@ begin
   request_token = consumer.get_request_token
   puts &quot;Please go to:\n#{request_token.authorize_url}\nin your browser to authorize your application.&quot;
   puts &quot;You should receive a four-character security code.\nEnter it and hit Return here when you are done.&quot;
-  callback_token =  gets
+  oauth_verifier = gets.chomp
   response = consumer.token_request(consumer.http_method,
                                    (consumer.access_token_url? ? consumer.access_token_url : consumer.access_token_path),
-                                    request_token, {}, :callback_token =&gt; callback_token.chomp)
+                                    request_token, {}, :oauth_verifier =&gt; oauth_verifier)
   access_token = OAuth::AccessToken.new(consumer,response[:oauth_token],response[:oauth_token_secret])
   credentials = {
     :consumer_key =&gt; consumer.key,</diff>
      <filename>bin/laika-auth</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0473851495a02152074b9a6d04002eac27341259</id>
    </parent>
  </parents>
  <author>
    <name>Mark Cornick</name>
    <email>mcornick@gmail.com</email>
  </author>
  <url>http://github.com/vigetlabs/laika/commit/679b35fd6c2406c6d025d11d4c7bf6b43b2b03c3</url>
  <id>679b35fd6c2406c6d025d11d4c7bf6b43b2b03c3</id>
  <committed-date>2009-08-12T09:10:13-07:00</committed-date>
  <authored-date>2009-08-12T09:10:13-07:00</authored-date>
  <message>the standard parameter name is now oauth_verifier, not callback_token</message>
  <tree>c493866847cc3770c2035fbcada5ac25bc76ba5b</tree>
  <committer>
    <name>Mark Cornick</name>
    <email>mcornick@gmail.com</email>
  </committer>
</commit>
