Return to Snippet

Revision: 9271
at October 27, 2008 12:15 by jamesming


Initial Code
Facebook passes the following parameters to your application when a user interacts with your application:

    * fb_sig_added: If set to true, then the user has authorized your application.
    * fb_sig_api_key: Your application's API key.
    * fb_sig_friends: The UIDs of the visiting user's friends.
    * fb_sig_locale: The user's locale.
    * fb_sig_time: The current time, which is a UNIX timestamp.
    * 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.

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

Initial Description


Initial Title
Parameters Passed to Facebook  Application

Initial Tags
facebook

Initial Language
Other