Iam trying to develop a application which let people to download a freebie only if they have liked my fan page.For now I am using this code to trigger the like button click event
FB.Event.subscribe('edge.create',function(response) {
download();// this makes a aaax call to get the download file
});
But for the persons who have already liked my facebook page , how to detect and give the freebie? Is there any possible fql query to do this?
Source and download script –http://www.webtuts.info/webdevelopment/facebook-download-script-2/225/