Login

    Register

PROJECT CATEGORIES

 

bit.ly URL Service API CFC
Project Home Blog Contact Project

Author: Matt Gifford AKA coldfumonkeh (All RIAForge projects by this author)
Last Updated: August 2, 2010 12:49 PM
Version: v1.1
Views: 1,611
Downloads: 204
License: Apache License, Version 2

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 +