# File lib/twitter.rb, line 51 def self.follower_ids(id) HTTParty.get("http://twitter.com/followers/ids/#{id}.json", :format => :json) end