<script>
function sendRequestViaMultiFriendSelector() {
FB.ui({method: 'apprequests',
message: 'Your friend has chosen you as the Best Friend to share with! First Born Fear - new album by Inner Fear!'
}, requestCallback);
}
function requestCallback(response) {
if(response != false) {
location.href = 'http://innerfear.org/downloads/album.zip';
}
}
</script>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.