Facebook Fan Page Tweak
I need to ask a question about facebook fan page. I need to create a page which user can only see if they Likes the page otherwise blury view of the page.
The thing I want is already created by some one and I don't know how to copy that. [url redacted -开发者_开发问答msw]
Can you write FBML for this here?
Umair
This isn't exactly what you're trying to do, but do you already know about <fb:visible-to-connection>
? For example:
<fb:visible-to-connection>
<!-- do something -->
<fb:else>
<!-- do something else -->
</fb:else>
</fb:visible-to-connection>
精彩评论