다음을 통해 공유


SiteAuthSettings.FacebookAppSecret Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to