Reference Guide
facebook FBML Reference Guide Page 45 of 159
fb_sig_profile
int
The uid of the user into whose profile the Flash object is being
loaded; this is blank when loaded in the canvas.
fb_sig_time
int
The time when the signature was generated.
fb_sig_user
int
The uid of the currently logged in user.
fb_sig_session_key
string
The Facebook session key.
fb_sig_expires
int
The session expiration time.
fb_sig_api_key
string
Your application's API key.
fb_sig_added
bool
Indicates whether the user has added your application.
fb_sig
string
An MD5 hash of all the parameters with names that start with fb_sig_
plus your application secret. This way, the Flash object can confirm
that it is being loaded into a Facebook page. (But be careful
embedding your secret in your Flash application; hackers can get at it
if you do.) See notes below.
Examples
<fb:swf
swfbgcolor="000000"
imgstyle="border-width:3px; border-color:white;"
swfsrc='http://www.youtube.com/v/<c:out value="${nutshotData.episodeNumber}"/>'
imgsrc='http://img.youtube.com/vi/${param.nutshot}/2.jpg'
width='340' height='270' />
You can see it in action at The nutshOt network
www.yapish.com










