ParseFacebookUtilsUnlinkAsync Method (ParseUser)Parse
Unlinks a user from a Facebook account. Unlinking a user will save the user's data.

Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static Task UnlinkAsync(
	ParseUser user
)

Parameters

user
Type: ParseParseUser
The user to unlink.

Return Value

Type: Task
See Also

Reference