# File lib/omniauth/strategies/oauth/trade_me.rb, line 12 def initialize(app, consumer_key=nil, consumer_secret=nil, options={}, &block) client_options = { :access_token_path => '/Oauth/AccessToken', :authorize_path => '/Oauth/Authorize', :request_token_path => '/Oauth/RequestToken', :site => 'https://secure.trademe.co.nz', } super(app, :trademe, consumer_key, consumer_secret, client_options, options, &block) end