# File lib/omniauth/strategies/oauth/xing.rb, line 8 def initialize(app, consumer_key=nil, consumer_secret=nil, options={}, &block) client_options = { :access_token_path => '/v1/access_token', :authorize_path => '/v1/authorize', :request_token_path => '/v1/request_token/', :site => 'https://api.xing.com' } super(app, :xing, consumer_key, consumer_secret, client_options, options, &block) end