Parameters Passed to Facebook Application


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Facebook passes the following parameters to your application when a user interacts with your application:
  2.  
  3. * fb_sig_added: If set to true, then the user has authorized your application.
  4. * fb_sig_api_key: Your application's API key.
  5. * fb_sig_friends: The UIDs of the visiting user's friends.
  6. * fb_sig_locale: The user's locale.
  7. * fb_sig_time: The current time, which is a UNIX timestamp.
  8. * fb_sig_user/fb_sig_canvas_user: The visiting user's ID. fb_sig_canvas_user is passed if user has not authorized your application, while fb_sig_user is passed if the user has authorized your application. Neither is passed when an application tab is being requested; fb_sig_profile_user is passed instead.

URL: http://wiki.developers.facebook.com/index.php/Authorizing_Applications#Parameters_Passed_to_Your_Application

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.