Skip to content

Commit

Permalink
:user_screen_name should just be :screen_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jalada authored and sferik committed Dec 6, 2010
1 parent 752a090 commit 4fb4f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Twitter
# Defines constants and methods related to configuration
module Configuration
# An array of valid keys in the options hash when configuring a {Twitter::API}
VALID_OPTIONS_KEYS = [:consumer_key, :consumer_secret, :oauth_token, :oauth_token_secret, :adapter, :endpoint, :format, :proxy, :search_endpoint, :user_agent, :user_screen_name].freeze
VALID_OPTIONS_KEYS = [:consumer_key, :consumer_secret, :oauth_token, :oauth_token_secret, :adapter, :endpoint, :format, :proxy, :search_endpoint, :user_agent, :screen_name].freeze

# An array of valid request/response formats
#
Expand Down

0 comments on commit 4fb4f8a

Please sign in to comment.