Hi,
	
	I've migrated to this service due to the good reputation about the support services, after reading a little bit and watching some vid here i'm .
	
	Well my problem is i'm trying to Connect to AppWarp service with 
	WarpClient.initialize(warpkey, warpsecret,"54.xxx.xxx.xxx"); 
	
	But no success i got the folowing error and i have no clue what's causing the problem, please help  !
	
	I have to mention that i have the FB SDK initialized and fire an event that everything is done with the FB Service, then i call Connect which is the following 
	 
	public void Connect()
	    {
	        
	        WarpClient.GetInstance().Connect(username);
	        onConnect(true);
	        Connected = true;
	        
	       
	    }
	and the error that i keep getting is the following :
	
	
		NullReferenceException: Object reference not set to an instance of an object
	
		App42.Connect () (at Assets/ArchitectureGame/Networking/App42.cs:79)
	
		LoadingScreen.onFBConnectedHandler (Boolean isConnected) (at Assets/ArchitectureGame/Logic_Game/LoadingScreen.cs:62)
	
		FBK.APICallback (.FBResult result) (at Assets/ArchitectureGame/Networking/FBK.cs:131)
	
		Facebook.AsyncRequestString+<Start>c__Iterator0.MoveNext ()
	
		
		Screenshot of the current error :
		
		
		Regards
		Mooldi