FacebookClientWrapper.GetAppSecretProof Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates the app secret proof used to increase security on calls to the Graph API.
public virtual string GetAppSecretProof ();
abstract member GetAppSecretProof : unit -> string
override this.GetAppSecretProof : unit -> string
Public Overridable Function GetAppSecretProof () As String
Returns
The app secret proof.