| Class | RFacebook::FacebookWebSession |
| In: |
facebook_web_session.rb
|
| Parent: | FacebookSession |
Sets the session key directly (for example, if you have an infinite session)
| key: | the session key to use |
Gets the session information available after current user logs in.
| auth_token: | string token passed back by the callback URL |
Gets the installation URL for this application
| options.next: | the page to redirect to after installation |
Gets the authentication URL for this application
| options.next: | the page to redirect to after login |
| options.popup: | boolean, whether or not to use the popup style (defaults to false) |
| options.skipcookie: | boolean, whether to force new Facebook login (defaults to false) |
| options.hidecheckbox: | boolean, whether to show the "infinite session" option checkbox |
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 |