次の方法で共有


SiteAuthSettings.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

適用対象