ParseFacebookUtilsLinkAsync Method (ParseUser, IEnumerableString)Parse
Links a ParseUser to a Facebook account, allowing you to use Facebook for authentication, and providing access to Facebook data for the user. The user will be logged in through Facebook's OAuth web flow using the Windows WebAuthenticationBroker.

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

public static Task LinkAsync(
	ParseUser user,
	IEnumerable<string> permissions
)

Parameters

user
Type: ParseParseUser
The user to link with Facebook.
permissions
Type: System.Collections.GenericIEnumerableString
A list of Facebook permissions to request.

Return Value

Type: Task
See Also

Reference