include_once 'config.php'; $log=mysql_query("select * from loginpack where id ='1'"); if($log) { $rg=mysql_fetch_assoc($log); //change your id && secret define('Yahoo_client_id',$rg['y1']); define('Yahoo_client_secret',$rg['y2']); define('Hotmail_client_id',$rg['h1']); define('Hotmail_client_secret',$rg['h2']); define('Google_client_id',$rg['g1']); define('Google_client_secret',$rg['g2']); define('FaceBook_client_id',$rg['f1']); define('FaceBook_client_secret',$rg['f2']); //change your time zone date_default_timezone_set($rg['zone']); } else { //change your id && secret define('Yahoo_client_id',''); define('Yahoo_client_secret',''); define('Hotmail_client_id',''); define('Hotmail_client_secret',''); define('Google_client_id',''); define('Google_client_secret',''); define('FaceBook_client_id',''); define('FaceBook_client_secret',''); $rg['zone']=''; $rg['f3']='1'; $rg['g3']='1'; $rg['h3']='1'; $rg['y3']='1'; } function ShowForm($a,$b,$c,$d){ $cc= '
'; $cc.=""; return $cc; } function ShowPic($a){ $cc=''; if($a !=0) { $cc.="'"."'"; } else { $cc.='none'; } return $cc; } function ShowTitle($a,$b,$c,$d){ $cc=''; if($a !='0' || $b !='0' || $c !='0' || $d !='0' ) { $cc.="'"."'"; } else { $cc.='none'; } return $cc; } ?>Error: it was not possible to access the OAuth request token: it was returned an unexpected response status 404 Response: {"error":{"localizedMessage":"not found","errorId":"NOT_FOUND","message":"not found"}}