When I try to logout from facebook-connect PHP, it redirects me to the facebook profile page. I use this code to get the redirect URL:
$facebook->getLogoutUrl(array(
'next' => base_url().'access/'
));
Where base_url() is a personal function that returns 'localhost/myWebsite/'.
Any Idea?