Talk:Fb:visible-to-user

From Facebook Developers Wiki

Jump to: navigation, search

I want to show content A if the viewer is the profile owner, and content B if the viewer is any other user who is not the profile owner (any user, not just a specific one) - how can I acheive this? This was possible using <fb:if-is-own-profile>A<fb:else>B</fb:else></fb:if-is-own-profile> - but with this tag - a user uid is required - can I somehow specify "all" for the uid attribute, or something like that? 693032976 09:11, 5 February 2008 (PST)

[edit] Try using fb:visible-to-owner

Hi, have you tried using Fb:visible-to-owner instead?