/**
 * CuongVM - 2011.08.09
 * Move all Facebook configuration here for better organization and maintenance.
 */

/* For MSB */

var BB_Facebook_URL = 'http://apps.facebook.com/babblesphere/';
var BB_Facebook_URL_PARAM = 'http%3A%2F%2Fapps.facebook.com%2Fbabblesphere%2F';
var BB_Facebook_AppID = '196029783766423';


/* For SETA */
//var BB_Facebook_URL = 'http://apps.facebook.com/BabbleSphereDev/';
//var BB_Facebook_URL_PARAM = 'http%3A%2F%2Fapps.facebook.com%2FBabbleSphereDev%2F';
//var BB_Facebook_AppID = '137066666375879';


/**
 * Common Facebook initialization
 */
function bb_init_facebook() {
	FB.init({ 
		appId: BB_Facebook_AppID,
		cookie: true,
		status: true,
		xfbml: true,
		/* Need channel to work with IE9 */

		channelUrl: 'http://www.babblesphere.com/BabbleSphere/channel.html'

		/* For MSB */
		//channelUrl: 'http://babblesphere.seta:8500/BabbleSphere/channel.html'
		/* For SETA */
		/*channelUrl: 'http://babblesphere.seta:8500/BabbleSphere/channel.html'*/

	});
}
