webtechnick / CakePHP-Facebook-Plugin

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

Handle two issues #80

Closed dilab closed 11 years ago

dilab commented 12 years ago
  1. If Facebook is logout from same browser but different tab. the Facebook logout button will not redirect to application's logout action. This is solved by my fix.

2.It should handle the case where User model is inside a plugin. e.g. 'Facebook.Connect' => array('model' => 'Cakeuser.User'). My fix will make this work.