getDisqusToken(params)
Function to get the contact form submit URL
Twig Usage
{% set token = _AppHelper.getDisqusToken({'apiKey':'aaaasss222dd34ff'}) %}
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
apiKey | yes | string | Disqus api key |
Response Example
{
"token": "cxkdrdddbn6ckezkrp41",
"networkName": "cognitives"
}
Response Description
Attribute | Description |
---|---|
token | Disqus token |
networkName | Name of the network |
Updated almost 5 years ago