다음을 통해 공유


SiteAuthSettingsInner.FacebookAppId 속성

정의

로그인에 사용되는 Facebook 앱의 앱 ID를 가져오거나 설정합니다. 이 설정은 Facebook 로그인을 사용하도록 설정하는 데 필요합니다. Facebook 로그인 설명서: 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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상