Login

    Register

PROJECT CATEGORIES

 

(monkeh)Tweet Twitter API
Project Home Blog Contact Project

Author: Matt Gifford AKA coldfumonkeh (All RIAForge projects by this author)
Last Updated: February 8, 2010 10:17 AM
Version: v1.0
Views: 1,516
Downloads: 160
License: Apache License, Version 2

Description:

monkehTweet is a custom-written ColdFusion wrapper to interact with the Twitter RESTful API.

The interface is managed through the single monkehTweet facade object, which contains over 70 methods and 12 components to interact and manage updates/queries through Twitter.

Developed to be as easy to use as possible, monkehTweets provides the ability to return the response data in either XML (default), JSON, RSS or Atom feeds (where applicable / permitted by the calling method).


== Debugging ==

The monkehTweet facade 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 output format)

Requirements:

ColdFusion 8 +