Module: Omniauth::Wrapper

Defined in:
lib/omniauth/wrapper.rb,
lib/omniauth/wrapper/version.rb,
lib/omniauth/wrapper/provider/facebook.rb

Defined Under Namespace

Modules: Provider

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.init(auth_hash) ⇒ Object



12
13
14
15
# File 'lib/omniauth/wrapper.rb', line 12

def self.init(auth_hash)
  klass = Provider::Facebook.new(auth_hash)
  klass
end