<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,7 +19,8 @@ session = GoogleSpreadsheet.login(google_user, google_pw)
 
 ws = session.spreadsheet_by_key(&quot;p3LA_Q08eM-VAAyq03ZSjYQ&quot;).worksheets[0]
 
-base =  Twitter::Base.new(twitter_user, twitter_pw)
+httpauth = Twitter::HTTPAuth.new(twitter_user, twitter_pw)
+base = Twitter::Base.new(httpauth)
 
 (1..1000).each do |row|
         url = ws[row,2]
@@ -30,7 +31,7 @@ base =  Twitter::Base.new(twitter_user, twitter_pw)
         puts &quot;Attmepting to follow #{matched_user}&quot;
 
         begin
-                base.create_friendship(matched_user)
+                base.friendship_create(matched_user)
                 puts &quot;success&quot;
         rescue
                 puts &quot;******* Failed  #{$!.message}&quot;</diff>
      <filename>follow_iphone_devs.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d90db960675908d0c0509e346a07efb45df797f</id>
    </parent>
  </parents>
  <author>
    <name>Shane Vitarana</name>
    <email>shanev@gmail.com</email>
  </author>
  <url>http://github.com/shanev/iphone-dev-tweeters-/commit/10391f761a10a97ef80964c850af908ec7d6462a</url>
  <id>10391f761a10a97ef80964c850af908ec7d6462a</id>
  <committed-date>2009-10-08T12:35:40-07:00</committed-date>
  <authored-date>2009-10-08T12:35:40-07:00</authored-date>
  <message>fixed to work with twitter gem changes</message>
  <tree>8c336220c5b181baea07ae49d69eec35b1e272e6</tree>
  <committer>
    <name>Shane Vitarana</name>
    <email>shanev@gmail.com</email>
  </committer>
</commit>
