Class: Challah::Facebook::Interface

Inherits:
Challah::Facebook::Interfaces::Koala show all
Defined in:
lib/challah/facebook/interface.rb,
lib/challah/facebook/interface.rb,
lib/challah/facebook/interface.rb

Instance Attribute Summary

Attributes inherited from Challah::Facebook::Interfaces::Base

#app_id, #app_secret, #permissions

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Challah::Facebook::Interfaces::Koala

#auth, get_access_token_for_oauth_code, get_authorization_url, get_extended_token, get_facebook_uid_from_access_token, get_user_info_from_access_token, get_user_object_from_access_token

Methods inherited from Challah::Facebook::Interfaces::Base

get_access_token_for_oauth_code, get_authorization_url, get_extended_token, get_facebook_uid_from_access_token, get_user_info_from_access_token, #initialize

Constructor Details

This class inherits a constructor from Challah::Facebook::Interfaces::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



30
31
32
# File 'lib/challah/facebook/interface.rb', line 30

def method_missing
  raise "No Facebook adapter found. Please install fb_graph or koala gem to use Facebook"
end

Class Method Details

.modeObject



26
27
28
# File 'lib/challah/facebook/interface.rb', line 26

def self.mode
  "none"
end