I am developing a facebook application with iFrame render method. So in order to display my name, I used serverfbml tags. This is my code:
<fb:serverfbml style="width: 760px;">
<script type="text/fbml">
<fb:fbml>
<fb:name uid='$user_id' useyou='false'></fb:name>
</fb:fbml>
</script>
</fb:serverfbml>
But The output is " Facebook User". Please explain me why I get this kind of output.
I did an echo of my $user_id, and it displays the id.
According to the specification the default text to display if you can't see the user is Facebook User.
You can specify another text to display with the ifcantsee property like this:
The specification says: