# File lib/omniauth/strategies/oauth2/gowalla.rb, line 16 def initialize(app, client_id=nil, client_secret=nil, options={}, &block) client_options = { :authorize_url => 'https://gowalla.com/api/oauth/new', :token_url => 'https://api.gowalla.com/api/oauth/token', } super(app, :gowalla, client_id, client_secret, client_options, options, &block) end