array('far_key'=>'id'), ); /** * Return the object of the OAuth plugin */ public function plugin($type='') { $c = 'OAuth_Plugin_'.ucfirst($this->name); if (! $this->name OR ! class_exists($c)) return NULL; $o = new $c($this); return $type ? $o->$type : $o; } } ?>