FacebookOptions.SendAppSecretProof 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否 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 \(英文\)。