ParseFacebookUtilsLinkAsync Method Parse
Overload List

  NameDescription
Public methodStatic memberLinkAsync(ParseUser, IEnumerableString)
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.
Public methodStatic memberLinkAsync(ParseUser, IEnumerableString, CancellationToken)
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.
Public methodStatic memberLinkAsync(ParseUser, WebView, IEnumerableString)
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.
Public methodStatic memberLinkAsync(ParseUser, String, String, DateTime)
Links a ParseUser to a Facebook account, allowing you to use Facebook for authentication, and providing access to Facebook data for the user.
Public methodStatic memberLinkAsync(ParseUser, WebView, IEnumerableString, CancellationToken)
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.
Public methodStatic memberLinkAsync(ParseUser, String, String, DateTime, CancellationToken)
Links a ParseUser to a Facebook account, allowing you to use Facebook for authentication, and providing access to Facebook data for the user.
Top
See Also

Reference