There's no documentation for this item.
| Public Attributes |
| logger |
Can be set to any valid logger (for example, RAIL_DEFAULT_LOGGER)
|
| session_expires |
The expiration time of this session, as given from Facebook API login.
|
| session_key |
The key for this session. You will need to save this for infinite sessions.
|
| session_user_id |
The user id of the user associated with this sesssion.
|
| Private Methods |
| handle_xml_response |
Wraps an XML response in a Facepricot XML document, and checks for an error
response (raising or logging errors as needed)
|
| log_debug |
log a debug message
|
| log_info |
log an informational message
|
| method_missing |
This allows any Facebook method to be called, using the Ruby
mechanism for responding to unimplemented methods. Basically, this converts
a call to "auth_getSession" to "auth.getSession" and
does the proper API call using the parameter hash given.
|
| post_request |
Posts a request to the remote Facebook API servers, and returns the raw
text body of the result
|
| remote_call |
Sets everything up to make a POST request to Facebook’s API servers.
|
| signature_helper |
Generates a proper Facebook signature.
|
<code/>and<pre/>for code samples.