共用方式為


FacebookOptions.SendAppSecretProof 屬性

定義

取得或設定是否 appsecret_proof 應該使用 Facebook API 呼叫產生和傳送 。

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 \(英文\)。

適用於