Method | Description | |
---|---|---|
Parse ( string post_data, string applicationSecret ) : |
Parse incoming POST request
|
|
ValidateSignature ( string>.IDictionary |
Validate incoming POST request using application secret
|
Method | Description | |
---|---|---|
FacebookPostCallback ( string>.IDictionary |
protected FacebookPostCallback ( string>.IDictionary |
||
vars | string>.IDictionary | |
return | System |
public static Parse ( string post_data, string applicationSecret ) : |
||
post_data | string | /// The raw post data from Request.Form /// |
applicationSecret | string | /// The application secret. /// |
return |
public static ValidateSignature ( string>.IDictionary |
||
variables | string>.IDictionary | /// The post variables in dictionary format /// |
applicationSecret | string | /// The application secret. /// |
return | bool |