| Module | RFacebook::Rails::ControllerExtensions |
| In: |
controller_extensions.rb
|
| FACEBOOK_SIGNATURE_TIME_SLACK | = | 30*60 | signatures are allowed at most a 30 minute delta in the sig_time |
Facebook callback path, as parsed from the YAML file (may be nil if this application is an external app)
Accessor for all params beginning with "fb_sig_". The signature is verified to prevent replay attacks and other calls that don‘t originate from Facebook. (the "fb_sig_" prefix is removed from the parameter name)
Gives direct access to a Facebook session (of type RFacebook::FacebookWebSession) for this user. An attempt will be made to activate this session (either using canvas params or an auth_token for external apps), but if the user has not been forced to log in to Facebook, the session will NOT be ready for usage. To double-check this, simply call ‘ready?’ to see if the session is okay to use.