Example #1
0
 /**
  * Get an API Auth object
  *
  * @param array  $parameters
  * @param string $authMethod
  *
  * @return $this
  *
  * @deprecated
  */
 public static function initiate($parameters = array(), $authMethod = 'OAuth')
 {
     $object = new self();
     return $object->newAuth($parameters, $authMethod);
 }