SiteAuthSettingsInner.FacebookAppId Property

Definition

Gets or sets the App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

[Newtonsoft.Json.JsonProperty(PropertyName="properties.facebookAppId")]
public string FacebookAppId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.facebookAppId")>]
member this.FacebookAppId : string with get, set
Public Property FacebookAppId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to