FacebookOptions.SendAppSecretProof プロパティ

定義

を生成して Facebook API 呼び出しで送信するかどうかを取得または設定 appsecret_proof します。

public:
 property bool SendAppSecretProof { bool get(); void set(bool value); };
public bool SendAppSecretProof { get; set; }
member this.SendAppSecretProof : bool with get, set
Public Property SendAppSecretProof As Boolean

プロパティ値

既定値は true です。

注釈

詳細については、 https://developers.facebook.com/docs/graph-api/security#appsecret_proof をご覧ください。

適用対象