I have a similar facebook on my website (not an iframe application) where I need to create private content. I understand that FB.Event.subscribe uses edge.create and edge.remove, but I really need to know if the user likes this page more than just if they become fans or cease to be fans. Is there anything I can see as a callback, possibly from xfbml.render?
I am limited (by my company) to using interface languages, which means javascript is really my only option at the moment. I would gladly use the "signed_request" parameter, but I can best say that it is available only through server languages.
Is there a way to determine if someone already βlikesβ a page using only javascript?
Jacob source share