ParseFacebookUtilsLogInAsync Method (String, String, DateTime)Parse
Logs in a ParseUser using Facebook for authentication. If a user for the given Facebook credentials does not already exist, a new user will be created.

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

public static Task<ParseUser> LogInAsync(
	string facebookId,
	string accessToken,
	DateTime expiration
)

Parameters

facebookId
Type: SystemString
The user's Facebook ID.
accessToken
Type: SystemString
A valid access token for the user.
expiration
Type: SystemDateTime
The expiration date of the access token.

Return Value

Type: TaskParseUser
The user that was either logged in or created.
See Also

Reference