I'm attempting to add a simple FBML landing page to a fan page, with content only viewable to someone who is a fan, as incentive to LIKE the page. My understanding is that this is still not a big deal by FB policies, there's loads of tutorials out there for this. The problem is that all of the source that I've found is simply not working.
The result of this is that someone who LIKE's the page sees both A and B, but someone who does not yet LIKE the page, sees nothing. Any leads on how to resolve this?
Code:
<fb:visible-to-connection>
A
<fb:else>B</fb:else>
</fb:visible-to-connection>
The result of this is that someone who LIKE's the page sees both A and B, but someone who does not yet LIKE the page, sees nothing. Any leads on how to resolve this?