$uid
$uid
uid is the Facebook ID of the connected Facebook user, or null if not connected
roles()
Get the developer roles for the application. Returns an object Example return: object(stdClass)[50] public 'data' => array 0 => object(stdClass)[51] public 'app_id' => string '1234567890123' (length=15) public 'user' => string '10000123456789' (length=15) public 'role' => string 'developers' (length=10) 1 => object(stdClass)[52] public 'app_id' => string '1234567890123' (length=15) public 'user' => string '10000987654321' (length=15) public 'role' => string 'administrators' (length=14)
__syncFacebookUser() : boolean
Sync the connected Facebook user.
If User is logged in: a. but doesn't have a facebook account associated, try to associate it.
If User is not logged in: b. but have a facebook account associated, try to log the user in. c. and doesn't have a facebook account associated,
True if successful, false otherwise.