![]() |
|
|
bit.ly URL Service API CFC
Project Home • Blog • Contact Project
Author: Matt Gifford AKA coldfumonkeh (All RIAForge projects by this author) Description:
The bitly API CFC is a custom-written ColdFusion wrapper to interact with the bit.ly URL shortening service REST API.
Developed to be as easy to use as possible, the bitly CFC provides the ability to return the response data in either XML (default) or JSON. == UPDATED VERSION == The bit.ly API is now at version 3.0. As such, two methods were deprecated, and new methods added, which enhance the usability of the API and the functionality when adding it into your bespoke applications. == Debugging == The bitly object accepts a third non-required parameter to toggle the format of the response output. This allows the response to be output as a string or as structural information through the use of XmlParse() or DesrializeJSON() (depending on the selected output format)
Requirements:
ColdFusion MX7 +
|
||||||||||||||||||||||||||||||||
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.