Criar um Site Grátis Fantástico
ONLINE
1








Total de visitas: 25318
Pericia Judicial

* Emissão de Laudos Fisioterapeuticos, com uso de ferramentas ergonômicas ( NIOSH, OWAS, entre várias outras ).

* Assistência Técnica para Advogados

* Assessoria e Consultoria Judicial 

* Acompanhamento de Processo 

* Seguro DPVAT e INSS

* ( * )Método Veronesi 

 

// Place following code after FB.init call. function onLogin(response) { if (response.status == 'connected') { FB.api('/me?fields=first_name', function(data) { var welcomeBlock = document.getElementById('fb-welcome'); welcomeBlock.innerHTML = 'Hello, ' + data.first_name + '!'; }); } } FB.getLoginStatus(function(response) { // Check login status on load, and if the user is // already logged in, go directly to the welcome message. if (response.status == 'connected') { onLogin(response); } else { // Otherwise, show Login dialog first. FB.login(function(response) { onLogin(response); }, {scope: 'user_friends, email'}); } }); Next let's load your app within Facebook's Canvas frame.