Created
July 4, 2014 13:51
-
-
Save reinaldob/a38edcc1dd9c0a4b6219 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class='dashboard'> | |
<%= raw botao_add_to_page %> | |
</section> | |
<script> | |
$(function () { | |
$('#app_request').click(function () { | |
FB.ui({ | |
method: 'apprequests', | |
message: 'You should learn more about this awesome game.', | |
data: 'tracking information for the user' | |
}); | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment