Fb:if-is-own-profile
From Facebook Developer Wiki
Description
This tag is deprecated, since if- tags are no longer allowed on profile pages.
It was used to display content inside only if the viewer of the profile matches the profile owner.[verify]
See also/instead fb:visible-to-user.
Examples
<fb:if-is-own-profile>
Welcome back to your profile!
<fb:else>This is not your profile.</fb:else>
</fb:if-is-own-profile>
Notes
- As of FBML v1.1 you can use this tag only on a canvas page.
