ColdBox is an object-oriented, event-driven framework for ColdFusion that includes tools to help developers with bug reporting, logging, enterprise caching, debugging, i18n, URL rewriting, ORM integration, testing, and mocking.
Questions tagged [coldbox]
137 questions
-1
votes
1 answer
Vimeo API using Coldfusion
I am trying to utilize a library i found on github
https://github.com/dannyrich/CFVimeoAPIWrapper
Here is my init code
CLIENT_ID = "the id string";
CLIENT_SECRET = "the secret string";
ACCESS_TOKEN = "token";
…

Jay Rizzi
- 4,196
- 5
- 42
- 71