Hybridauth work in localhost not work in server

Hi,

HYbridauth Working localhost fine but not working in server don’t show any error message its just display empty page.Authenticate Function Its not working properly in server.

In config,

MY coding Below,

‘modules’ => array(

    // uncomment the following to enable the Gii tool


	


	


	'hybridauth' => array(


        'baseUrl' => 'http://'. $_SERVER['SERVER_NAME'] . ':9193/hybridauth', 


		 


        "providers" => array ( 


            "openid" => array (


                "enabled" => false


            ),





            "yahoo" => array ( 


                "enabled" => false 


            ),





            "google" => array ( 


                "enabled" => false,


                "keys"    => array ( "id" => "", "secret" => "" ),


                "scope"   => ""


            ),





            "facebook" => array ( 


                "enabled" => true,


                "keys"    => array ( "id" => "1448003175527176", "secret" => "379ecbd35f02216459b4eaa347feebfc" ),


                


            ),





            "twitter" => array ( 


                "enabled" => true,


                "keys"    => array ( "key" => "SyE7xcv8wgosHpzXCmQ0bsiyz", "secret" => "1rAWVawq5CfwEkatXQ3HU02QIt2ZmVyGob7iRwYiy3YGginj8A" ) 


            )


        )


    ),

Tell me Solution for my problem.

My Facebook Key Id and secret key is correct.But i cant show any error message it showing only empty page.