$cikisurl = $facebook->getLogoutUrl(
'next' => 'http://localhost/FCDeneme/fbout.php'
);burada bir hata veriyor index.php'de,
hata şu şekilde,
Parse error: syntax error, unexpected T_DOUBLE_ARROW
belki sadece ben de veriyor olabilir, arkadaşlar deneyince deneyimlerini yazarlar inşallah.
paylaşımın için teşekkürler.
Böyle olmalı:
$cikisurl = $facebook->getLogoutUrl(array(
'next' => 'http://localhost/FCDeneme/fbout.php'
));