Exemplo n.º 1
0
 /**
  * Initialize Facebook SDK and redirect helper
  */
 public function init()
 {
     parent::init();
     \Facebook\FacebookSession::setDefaultApplication($this->getSettings()->getId(), $this->getSettings()->getSecret());
 }
Exemplo n.º 2
0
 /**
  * Initialization VKontakte SDK
  */
 public function init()
 {
     parent::init();
     $this->_vk = new Sdk\VK($this->getSettings()->getId(), $this->getSettings()->getSecret());
 }