# File lib/omniauth/strategies/oauth2/angellist.rb, line 15 def initialize(app, client_id=nil, client_secret=nil, options={}, &block) client_options = { :site => 'https://api.angel.co/', :authorize_url => 'https://angel.co/api/oauth/authorize', :token_url => 'https://angel.co/api/oauth/token' } super(app, :angellist, client_id, client_secret, client_options, options, &block) end