Codebase list ruby-omniauth-twitter / 2b73679
Fix whitespace indentation Mark Burns 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 option :name, 'twitter'
77 option :client_options, {:authorize_path => '/oauth/authenticate',
88 :site => 'https://api.twitter.com',
9 :proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil}
9 :proxy => ENV['http_proxy'] ? URI(ENV['http_proxy']) : nil}
1010
1111 uid { access_token.params[:user_id] }
1212