﻿/* FACEBOOK FUNCTIONS */

	var websitename = "Associação dos antigos alunos do colégio São João de Brito";
	var websiteURL = "http://www.grupoautoindustrial.pt";
	
	function sharePage(imgPath, descricao, pageURL){         
	    var attachment = {
					  'name' : 'Grupo Auto-Industrial',
					  'href' : websiteURL+pageURL,
					  'caption' : '{*actor*} '+websitename,
					  'description' : descricao,
					  'media' : [{'type' : 'image', 'src' : websiteURL+''+imgPath, 'href' : websiteURL+pageURL}] //A imagem tem de estar online!
					  };
		var action_links = [{'text' : 'Visite-nos','href' : websiteURL+pageURL}];                         
		//FB.Connect.streamPublish('', attachment, action_links, pageId, 'Partilha o seu bigode com todos os fãs do movimento!', null);
		 FB.ui(
		   {
		     method: 'stream.publish',
		     attachment: attachment,
		     action_links: action_links,
		     user_prompt_message: '{*actor*} dá a conhecer o Grupo Auto-Industrial'
		   },
		   function(response) {
		     if (response && response.post_id) {
		       //alert('Post was published.');
		     } else {
		       //alert('Post was not published.');
		     }
		   }
		 );
	}
/* FIM DE FACEBOOK */
