Haiii….. great library…. im very curious to develop my project with this… 
i just wanna to ask some basic question…
1. i cannot understand how the welcome page like button is not showing that such as “You like this” if i click like… is there some config missed or mistype ?
My config
$config['fb_appid'] = '###';
$config['fb_secret'] = '###';
$config['fb_canvas'] = 'juara_community';
$config['fb_apptype'] = 'iframe';
$config['fb_auth'] = 'email';
2. is it possible to show status of users who using myFbApps that i created ? i have read it that i need some kind a access token to make it works but on the facebook_ignited methods i never seem any access token to input to get user data array…..
3. if is there a access token to access user data, how to make it never expired…... (need a official school portal to show some school status in my portal…so since it official i should make the access token never expired)
4. is it possible to user to create some event on facebook by using this library ?
thanks for the library, your respond and sorry for my basic question….. i guess this would be a good reference for some beginner like me in advance 