Facebook Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 <code>false</code> if the Facebook provider should not be enabled despite the set registration; otherwise, <code>true</code>. |
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. |