Position absolute nic ni daje

FB.api({ method: 'pages.isFan', page_id: '184484190795', uid: 'user_id' }, function(resp) { if (resp == true) { Log.info('user_id likes the Application.'); } else if(resp.error_code) { Log.error(resp.error_msg); } else { Log.error("user_id doesn't like the Application."); } });