add this to redirect to user dashboard or change code to redirect to home page in file user-login.php if you put there facebook login button
<?php
if($_GET["state"]!=''){
header('Location: /index.php?page=user&action=dashboard' );
}
?>
to home page
<?php
if($_GET["state"]!=''){
header('Location: /index.php' );
}
?>
excuse me sir..
i have install facebook connect plugin.. i use osclass 3.6.1, with osclasswizards theme..
after add the api key and secret key on admin panel, i try to add the code in user-login.php.
but after i login with facebook i got blank page..can u help me where and what else i should add to the file..
here is the ss of the code i add..
thanks a lot for ur help..