JS API M FB.Connect.LogoutAndRedirect

From Facebook Developer Wiki

Jump to: navigation, search

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

RequiredNameTypeDescription
required redirectUrl string

Back to class public FB.Connect

reference