After user logs in, I need to display a prompt if he wants to like the company page, or not.
It's a desktop application. I don't want to "like" the page automatically (which is a violation of Facebook TOS), I just need to display a custom Like button in the app.
How to make this button functional? What should I put in the code of the button click event? The examples are only provided for web apps.