다음을 통해 공유


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

속성 값

적용 대상