public function __construct($store, $fetcher)
 {
     parent::__construct($store, $fetcher);
     $this->OAUTH_CONFIG = Shindig_Config::get('container_path') . $this->OAUTH_CONFIG;
 }
 /**
  *
  * @param OAuthStore $store
  * @param BasicGadgetSpecFactory $specFadtory
  */
 public function __construct($store, $specFadtory)
 {
     parent::__construct($store, $specFadtory);
     $this->OAUTH_CONFIG = Config::get('container_path') . $this->OAUTH_CONFIG;
 }
 public function __construct($store, $fetcher)
 {
     parent::__construct($store, $fetcher);
 }