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 would like to make some facebook lightbox e.g. if some user come to my site and if is not fan of my FB page i want to show them lightbox with FB like button and if is already fan nothing happens. How to can I do it?

share|improve this question
By having them connect to your app first, asking permission to read their likes … and then check if your page is among them. – CBroe Oct 8 '12 at 15:30
I assumed...only that way :) simple information require all that big procedure :/. I thought if i embed like box to site and if like box can figured out is it page liked or not probably users can do it that trick. if I had visitor ID i can make FQL etc... – Nikola Oct 8 '12 at 19:16
The “big procedure” is there for privacy reasons. If a user has not connected to an app, the app has no business knowing who they are, what they liked, etc. – CBroe Oct 9 '12 at 8:32
@CBroe, is it imortant to create application to check user like my page??? is it possible to do it with javascript in simple html site? – Jhoon Bey Nov 22 '12 at 8:43
Yes, it’s possible with JavaScript client-side using the JS SDK. But you’ll need to create an app anyway. – CBroe Nov 22 '12 at 8:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.