Module: FBGraphRails::ControllerInstanceMethods

Defined in:
lib/fbgraph_rails/controller.rb

Overview

Included in controllers that call the ActiveController::Base class methods.

Instance Attribute Summary collapse

Instance Attribute Details

#current_facebook_access_tokenObject

Returns the value of attribute current_facebook_access_token.



29
30
31
# File 'lib/fbgraph_rails/controller.rb', line 29

def current_facebook_access_token
  @current_facebook_access_token
end

#facebook_clientObject (readonly)

Returns the value of attribute facebook_client.



28
29
30
# File 'lib/fbgraph_rails/controller.rb', line 28

def facebook_client
  @facebook_client
end