webtechnick / CakePHP-Facebook-Plugin

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

User getting logged in automatically #155

Open mmdgreat opened 10 years ago

mmdgreat commented 10 years ago

My problem is when user is already logged in in facebook in another tab and anyone comes to my app it add their details to my DB even they don't click on login or register and even if that user has account on site they get logged in automatically after page refresh if they already sign in in facebook. Can anybody help me in it? Thanks in advance.

NehalPatel commented 10 years ago

In ConnectComponent change the $autoLogin = false. It may fix your issue.

mmdgreat commented 10 years ago

i didn't find $autoLogin variable in ConnectComponent..

heraldsuva commented 8 years ago

Anyone got the solution for this issue? I am having the same problem here. The $autoLogin is false by default.