Get user details using FQL

Fetch user details by FQL

LightBulb.utility.runFQL({fql:"select name from user where uid=me()"},
    function(data){
        console.log(data);
});