Overload List
Name | Description | |
---|---|---|
LinkAsync(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.
| |
LinkAsync(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.
| |
LinkAsync(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.
| |
LinkAsync(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.
| |
LinkAsync(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.
| |
LinkAsync(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.
|
See Also