Subversion Repositories SmartDukaan

Rev

Rev 2580 | Rev 2647 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2580 Rev 2582
Line 1... Line 1...
1
window.fbAsyncInit = function() {
1
window.fbAsyncInit = function() {
2
	FB.init({
2
	FB.init({
3
		appId  : '186498998073288',	//'209449825766256',
3
		appId  : '209449825766256',	//'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
};
8
};