JS API M FB.Connect.LogoutAndRedirect
From Facebook Developer Wiki
public static void logoutAndRedirect (string redirectUrl)
Description
Log user out from this session and Facebook, then redirect to the specified url. If the user does not have a session, this function will not redirect. If the user has sessions with other connected apps, these sessions will be closed as well.
Parameters
| Required | Name | Type | Description | |
| required | redirectUrl | string |
|---|
Back to class public FB.Connect
