I have an app that is used on a page as a tab. All works fine, but I want to check if the user is a fan of the page or not. If the user is a fan, display content, otherwise inform the user that content is limited until they become a fan.
I used to use Static FBML and fb:visible-to-connection , but that does not seem to work in apps that act as tabs.
Any ideas?