The ParseFacebookUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize |
Initializes Facebook for use with Parse.
| |
IsLinked |
Gets whether the given user is linked to a Facebook account. This can only be used on
the currently authorized user.
| |
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.
| |
LogInAsync(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.
| |
LogInAsync(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.
| |
LogInAsync(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.
| |
LogInAsync(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.
| |
LogInAsync(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.
| |
LogInAsync(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.
| |
UnlinkAsync(ParseUser) |
Unlinks a user from a Facebook account. Unlinking a user will save the user's data.
| |
UnlinkAsync(ParseUser, CancellationToken) |
Unlinks a user from a Facebook account. Unlinking a user will save the user's data.
|
See Also