Skip to content

Commit

Permalink
Had two friend_ids functions. Renamed one of them to follower_ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 13, 2009
1 parent 1f6d890 commit 051d19d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.6.1 - April 12, 2009
* 1 minor fix
* Had two friend_ids functions. Renamed one of them to follower_ids.

0.6.0 - April 11, 2009
* 1 feature addition
* Added http authentication back in. You can now use oauth or http auth as your client.
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def friend_ids(query={})
end

# Options: id, user_id, screen_name
def friend_ids(query={})
def follower_ids(query={})
perform_get("/followers/ids.json", :query => query)
end

Expand Down

0 comments on commit 051d19d

Please sign in to comment.