LunarFly, LLC Logo

PingFM RESTful Wrapper for ColdBox

Links

Usage/Syntax

<cfscript>
   var ping = getPlugin("pingfm",true).init();
   ping.setAPIKey("API_KEY_HERE");
   ping.setUserAppKey("USER_KEY_HERE");
  
   ping.userPost(post_method='default',body='text to ping out here'));
</cfscript>

Documentation

You can retrieve your USER_KEY from http://ping.fm/key/.

You can retrieve your API_KEY from http://ping.fm/developers/

Upcoming Features

Release Notes

Support