Skip to content

Instantly share code, notes, and snippets.

@Molnfront
Created January 4, 2014 00:37
Show Gist options
  • Save Molnfront/8249725 to your computer and use it in GitHub Desktop.
Save Molnfront/8249725 to your computer and use it in GitHub Desktop.
auth for twilio
<!--- Get an instance of the capability object... --->
<cfset cap = REQUEST.TwilioLib.getCapability() />
<cfset cap.allowClientOutgoing("APf0a7xxxxxxxxxxxxxxx") />
<cfset token = cap.generateToken() />
<cfoutput>#token#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment