/ Published in: JavaScript
                    
                                        
Envia un mensaje a los amigos desde method send de facebook graph
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<script>
//Send Friend
function Send(){
FB.ui({
method: 'send',
name: 'TITULO',
link: 'LINK_DEL MENSAJE',
description: 'DESCRIPTION'
});
}
</script>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                