I am currently developing an application for Facebook using HTML and Javascript. My goal is to be able to detect when a user clicks the "Like" button on my company's Facebook page without needing to embed a separate "Like" button within my app itself. The current setup involves utilizing Facebook's iFrame to display the app, however, I have yet to come across any Javascript examples that specifically capture the "Like" click event.
Any assistance would be greatly appreciated!