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 。