From 4fb4f8a28c967f7d5a2cf295b34548a346900cfd Mon Sep 17 00:00:00 2001 From: Jalada Date: Mon, 6 Dec 2010 22:36:22 +0800 Subject: [PATCH] :user_screen_name should just be :screen_name --- lib/twitter/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twitter/configuration.rb b/lib/twitter/configuration.rb index 59ac7b2bb..0bdb5c0a5 100644 --- a/lib/twitter/configuration.rb +++ b/lib/twitter/configuration.rb @@ -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 #