Class | RFacebook::FacebookSession |
In: |
lib/facebook_session.rb
|
Parent: | Object |
logger | [RW] | Can be set to any valid logger (for example, RAIL_DEFAULT_LOGGER) |
session_expires | [R] | The expiration time of this session, as given from Facebook API login. |
session_key | [R] | The key for this session. You will need to save this for infinite sessions. |
session_user_id | [R] | The user id of the user associated with this sesssion. |
Constructs a FacebookSession.
api_key: | your API key |
api_secret: | your API secret |
quiet: | boolean, set to true if you don‘t want exceptions to be thrown (defaults to false) |
Template method. Used for signing a set of parameters in the way that Facebook specifies: <developers.facebook.com/documentation.php?v=1.0&doc=auth>
params: | a Hash containing the parameters to sign |