if (_.isObject(text) && typeof title === 'undefined') {
      // assume the first parameter is an object with the information
      expiration = text.expiration;
      privacy = text.privacy;
      format = text.format;