Subversion Repositories SmartDukaan

Rev

Rev 3306 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3306 Rev 3307
Line 1... Line 1...
1
window.fbAsyncInit = function() {
1
window.fbAsyncInit = function() {
2
	FB.init({
2
	FB.init({
3
		appId  : '186498998073288',	//190793234325400
3
		appId  : '190793234325400',	//186498998073288
4
		status : true, // check login status
4
		status : true, // check login status
5
		cookie : true, // enable cookies to allow the server to access the session
5
		cookie : true, // enable cookies to allow the server to access the session
6
		xfbml  : true  // parse XFBML
6
		xfbml  : true  // parse XFBML
7
	});
7
	});
8
	FB.Canvas.setSize({ width: 640, height: 800 });
8
	FB.Canvas.setSize({ width: 640, height: 800 });