FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...

monkehTweet

v1.4.8.0 Modules

Installation

This CF wrapper can be installed as standalone or as a ColdBox Module. Either approach requires a simple CommandBox command:

box install monkehtweet

Then follow either the standalone or module instructions below.

Standalone

This wrapper will be installed into a directory called monkehTweet and then can be instantiated via new monkehTweet.monkehTweet() with the following constructor arguments:

     consumerKey			=	'',
     consumerSecret		=	'',
     oauthToken			=	'',
     oauthTokenSecret	=	'',
     userAccountName    =	'',
     parseResults  =	true

ColdBox Module

This package also is a ColdBox module as well. The module can be configured by creating a `monkehTweeta configuration structure in your application configuration file: config/Coldbox.cfc with the following settings:

monkehTweet = {
     consumerKey			=	'',
     consumerSecret		=	'',
     oauthToken			=	'',
     oauthTokenSecret	=	'',
     userAccountName		=	'',
     parseResults		=	true,
};

Then you can leverage the CFC via the injection DSL: monkehTweet@MonkehTweet

$ box install monkehtweet

No collaborators yet.
     
  • {{ getFullDate("2015-02-04T09:27:39Z") }}
  • {{ getFullDate("2016-06-09T18:22:37Z") }}
  • 2,762
  • 4,321