tags:

views:

34

answers:

1

Hello Friends,

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

A: 

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>
nnyby
it looks like a condition to check whether the current user has liked the page or not. right?
Umair Ashraf
Correct. http://wiki.developers.facebook.com/index.php/Fb:visible-to-connection
nnyby

related questions