getSocialLinkedinUrl(params)
Function to get the URL to enable login with linkedIn.
Twig Usage
{% set url = _AppHelper.getSocialLinkedinUrl(1)) %}
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
login | no | int | whether to enable login or not. Could be 1 or 0. |
Response Example
http://network.cognitives.com.au/auth/auth?authclient=linkedin&login=1
Updated almost 5 years ago