Class Index | File Index

Classes


Class fsw.auth

Authorization module. Handles login and permissions.
Defined in: fsw.0.2.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
fsw.auth.createBtn(triggerId, callback, permissions)
Bind FB.login() to a specified DOM element Only binds to elements that have an ID.
Class Detail
fsw.auth()
Method Detail
<static> fsw.auth.createBtn(triggerId, callback, permissions)
Bind FB.login() to a specified DOM element Only binds to elements that have an ID.
Parameters:
{Strging} triggerId
ID of element to bind to
{Function} callback
function to launch after login
{String} permissions Optional
Comma separated list, see http://bit.ly/hOUAQD and http://bit.ly/cjEOKB

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 13 2011 20:27:20 GMT-0400 (EDT)