# File lib/omniauth/strategies/hyves.rb, line 8 def initialize(app, consumer_key = nil, consumer_secret = nil, options = {}, &block) client_options = { :request_token_path => request_token_path, :authorize_path => "http://www.hyves.nl/api/authorize", :access_token_path => access_token_path, :http_method => :get, :scheme => :header } super(app, :hyves, consumer_key, consumer_secret, client_options, options, &block) end