How to capture JavaScript events on a Facebook page's iframe tabs -


I am planning to create some dynamic content in the Facebook tab for my fan page. If the visitor is not a fan, and then click on the button on them, to display a hidden carrot, content should be displayed (metaphorically) by changing the content. Is it possible to capture the occurrence of click on button like in the iframe?

The Facebook Fan page on one, when the user's choice clicks on the button, Loads and Facebook sends an HTTP post to your website, which is called a signed server, that you should understand and see the server code with javascript. The decoding code will be clearly different depending on the language you use, but this process is on Facebook's site. Once decoded, you will need to see the page. The linked value

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -