Facebook Class

Definition

The configuration settings of the Facebook provider.

public class Facebook
type Facebook = class
Public Class Facebook
Inheritance
Facebook

Constructors

Facebook()

Initializes a new instance of the Facebook class.

Facebook(Nullable<Boolean>, AppRegistration, String, LoginScopes)

Initializes a new instance of the Facebook class.

Properties

Enabled

Gets or sets &lt;code&gt;false&lt;/code&gt; if the Facebook provider should not be enabled despite the set registration; otherwise, &lt;code&gt;true&lt;/code&gt;.

GraphApiVersion

Gets or sets the version of the Facebook api to be used while logging in.

Login

Gets or sets the configuration settings of the login flow.

Registration

Gets or sets the configuration settings of the app registration for the Facebook provider.

Applies to