Exemplo n.º 1
0
 public function __construct($accessToken = null)
 {
     $this->config = \Faid\Configure\Configure::read(self::ConfigureKey);
     $this->config['redirect_url'] = sprintf('http://%s/oauth/vkontakte/', \Extasy\CMS::getMainDomain());
     $this->token = $accessToken;
 }