Checks if the OAUTH access token is still valid.
Boolean
IsValidOauthAccesstoken(token,type)
ColdFusion 11: Added this function
Parameter |
Description |
|---|---|
token |
Required. The access token to check. |
| type | Required. The type of the OAUTH server (facebook/google). |
IsValidOauthAccesstoken(“any_token_value”,”facebook”)
Sign in to your account