Hi, I am trying to write a small application to learn about developing for Facebook and I was trying one basic command, to say (Welcome, user_name).
I used:
Welcome, <fb:name uid='<?php echo $user; ?>' useyou='false' possessive='true' />!
but it did not work, do you know what should i use?