public static function init()
 {
     // bootstraping method, forces call to __autoload()
     // load credentials from system environment variables
     self::$appID = $_ENV['TX_APP_ID'];
     self::$appSecret = $_ENV['TX_APP_SECRET'];
 }