ParseFacebookUtilsIsLinked Method Parse
Gets whether the given user is linked to a Facebook account. This can only be used on the currently authorized user.

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

public static bool IsLinked(
	ParseUser user
)

Parameters

user
Type: ParseParseUser
The user to check.

Return Value

Type: Boolean
true if the user is linked to a Facebook account.
See Also

Reference