/** This sets up the CF.context and gives it its instance of the rest API  *  * You will need to change this to point to: * 1. Your b2c endpoint (often http://b2c-sandbox5.crowdfactory.com for testing.) * 2. your subscriber, product, and topcommunity keys *  * **/   CF.context.setApi(	IGA.RestV1("http://dev.cf.interscope.com", "/rest/",	{	    subscriber: "a8579c42-ac02-102c-b0b1-0019b9f80169",	    product: "a85793d2-ac02-102c-b0b1-0019b9f80169",	    topcommunity: 859	}));	IGA.config.setGroup({	    id: "IGA-1133",	    name: "Tamar Kaprelian",	    description: "Tamar Kaprelian Offical Website"	});/* DEV/Sandbox CF.context.setApi(	IGA.RestV1("http://sdk.interscope2.igadev.com", "/rest/",	{		subscriber:"a8579c42-ac02-102c-b0b1-0019b9f80169",		product:"a85793d2-ac02-102c-b0b1-0019b9f80169",				topcommunity:859				}));*///This line is needed if you want the toolkit library to process //Redirects for third party login tokens (Like JanRain RPX)//If you don't use these features you can comment it out or remove it.IGA.login.processRemoteAuthToken({cleanParams:false, logoutCleanParams:true});