artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 216 forks source link

How to detected if user logout on Facebook site? #93

Closed luutruong closed 9 years ago

luutruong commented 10 years ago

I try to some times but can't detected if user logout at Facebook site!

nirmal783 commented 10 years ago

You cannot detect if user logged out of Facebook. You just need to authorize if the user is not logged in to Facebook. To manually log out from your site, just destroy your session.