ParseFacebookUtilsLinkAsync Method (ParseUser, WebView, 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, so you must supply a webView that will be navigated to Facebook's authentication pages.

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,
	WebView webView,
	IEnumerable<string> permissions
)

Parameters

user
Type: ParseParseUser
The user to link with Facebook.
webView
Type: Windows.UI.Xaml.ControlsWebView
A web view that will be used to present the authorization pages to the user.
permissions
Type: System.Collections.GenericIEnumerableString
A list of Facebook permissions to request.

Return Value

Type: Task
See Also

Reference