# File lib/omniauth/strategies/oauth2/sound_cloud.rb, line 12 def initialize(app, consumer_key=nil, consumer_secret=nil, options={}, &block) client_options = { :site => 'https://api.soundcloud.com', :authorize_url => 'https://soundcloud.com/connect', :token_url => 'https://api.soundcloud.com/oauth2/token' } super(app, :soundcloud, consumer_key, consumer_secret, client_options, options, &block) end