Took me a while to find information on how to show content on a Facebook Fan Page visible only to fans.
In a static tab you can use:
<fb:fbml version="1.1"> <fb:visible-to-connection> Fan only content... </fb:visible-to-connection> </fb:fbml>
Or in a facebook application:
<?php if($_REQUEST['fb_sig_is_fan']==1): ?> Fan only content... <?php endif; ?>
Tags: facebook fan page, facebook fans only, facebook fans only content, facebook only for fans, facebook show only to fans, facebook visible to connection, facebook visible to fans