ParseFacebookUtilsLogInAsync Method Parse
Overload List

  NameDescription
Public methodStatic memberLogInAsync(IEnumerableString)
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. The user will be logged in through Facebook's OAuth web flow using the Windows WebAuthenticationBroker.
Public methodStatic memberLogInAsync(IEnumerableString, CancellationToken)
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. The user will be logged in through Facebook's OAuth web flow using the Windows WebAuthenticationBroker.
Public methodStatic memberLogInAsync(WebView, IEnumerableString)
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. 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.
Public methodStatic memberLogInAsync(String, String, DateTime)
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.
Public methodStatic memberLogInAsync(WebView, IEnumerableString, CancellationToken)
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. 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.
Public methodStatic memberLogInAsync(String, String, DateTime, CancellationToken)
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.
Top
See Also

Reference