コード例 #1
0
ファイル: Adapter.php プロジェクト: execrot/social-provider
 /**
  * Initialize Facebook SDK and redirect helper
  */
 public function init()
 {
     parent::init();
     \Facebook\FacebookSession::setDefaultApplication($this->getSettings()->getId(), $this->getSettings()->getSecret());
 }
コード例 #2
0
ファイル: Adapter.php プロジェクト: execrot/social-provider
 /**
  * Initialization VKontakte SDK
  */
 public function init()
 {
     parent::init();
     $this->_vk = new Sdk\VK($this->getSettings()->getId(), $this->getSettings()->getSecret());
 }