webtechnick / CakePHP-Facebook-Plugin

CakePHP Facebook Plugin
http://facebook.webtechnick.com
445 stars 138 forks source link

Logout not showing #124

Closed andreirebe closed 11 years ago

andreirebe commented 11 years ago

When I want to use the logout button like this it does not show up:

<?php echo $this->Facebook->logout(array('redirect' => array('controller' => 'users', 'action' => 'logout'))); ?> 

but when I use it simple it shows up:

<?php echo $this->Facebook->logout(); ?>

What have I've done wrong?

andreirebe commented 11 years ago

solved the problem. Nick has updated the documentation.