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'm writing FBML code for my tab on my fan page and I want the visitors see only an image on that Welcome Tab since they click "Like" button on top of the page, just next to page name. When users like my page, then I'll show a content in that tab.

I'm trying to do something like this: http://www.facebook.com/901Tequila?v=ap … 4904458780

I just don't know how I know my like button is pressed. Obviously, I cannot use: "FB.Event.subscribe('edge.create',..." in FBML and I don't know if there is FBJS equivalent of this function.

If there is a way to do this, I'm willing to hear. Thanx

share|improve this question
Your link is broken. – coreyward Nov 7 '10 at 1:00
Did you ever find a solution? Would be great, have the same problem. – SteMa Nov 19 '10 at 17:36

1 Answer

This might help you: http://www.hyperarts.com/blog/facebook-fan-pages-content-for-fans-only-static-fbml/

share|improve this answer
This was exactly what I needed. Thanks! – lexap Nov 10 '10 at 23:25

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.