Method SignInWithFacebookAsync
SignInWithFacebookAsync(string, SignInOptions)
Sign in using Facebook's access token. If no options are used, this will create an account if none exist.
Declaration
Task SignInWithFacebookAsync(string accessToken, SignInOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessToken | Facebook's access token |
| SignInOptions | options | Options for the operation |
Returns
| Type | Description |
|---|---|
| Task | Task for the operation |
Exceptions
| Type | Condition |
|---|---|
| AuthenticationException | The task fails with the exception when the task cannot complete successfully due to Authentication specific errors.
|
| RequestFailedException | The task fails with the exception when the task cannot complete successfully.
|