Facebook.OAuthContext.GetLogoutUrl C# (CSharp) Method

GetLogoutUrl() public method

See IAuthContext.GetLogoutUrl(Uri, Dictionary{String, String}).
is null.
public GetLogoutUrl ( [ nextUrl ) : string
nextUrl [
return string
        public string GetLogoutUrl([NotNull] Uri nextUrl)
        {
            return GetLogoutUrl(nextUrl, EmptyParams);
        }

Same methods

OAuthContext::GetLogoutUrl ( [ nextUrl, string>.[ @params ) : string