cfdocs

isValidOauthAccesstoken

Checks if the OAuth access token is still valid.

isValidOauthAccesstoken(token,type);
returns boolean

Argument Reference

Name Type Required Default Description
token string Yes   The access token to check.
type string Yes   The type of the OAuth server (facebook/google).

Tag Syntax

isValidOauthAccesstoken("any_token_value","facebook")