Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
It's just a page that makes it look like you need to "like" it for access, but you don't. As this looks like possible spam I'm taking out the link and voting to close. – msw Jul 27 '10 at 10:04

1 Answer

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>
share|improve this answer
it looks like a condition to check whether the current user has liked the page or not. right? – Umair Ashraf Aug 1 '10 at 11:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.