# File lib/twitter/api.rb, line 2541 def following_followers_of(*args) options = args.extract_options! merge_default_cursor!(options) options.merge_user!(args.pop || verify_credentials.screen_name) cursor_from_response(:users, Twitter::User, :get, "/users/following_followers_of.json", options) end