Beispiel #1
0
 function __construct()
 {
     $this->name = 'Facebook';
     $this->usernamePrefix = "fb_";
     parent::__construct();
     $this->client = new JFBConnectProviderFacebookClient(array('appId' => $this->appId, 'secret' => $this->secretKey, 'cookie' => true));
 }
Beispiel #2
0
 function __construct()
 {
     $this->name = "Github";
     $this->usernamePrefix = "github_";
     parent::__construct();
 }
Beispiel #3
0
 function __construct()
 {
     $this->name = "Google";
     $this->usernamePrefix = "g_";
     parent::__construct();
 }
Beispiel #4
0
 function __construct()
 {
     $this->name = "Meetup";
     $this->usernamePrefix = "meetup_";
     parent::__construct();
 }
Beispiel #5
0
 function __construct()
 {
     $this->name = "WindowsLive";
     $this->usernamePrefix = "wl_";
     parent::__construct();
 }
Beispiel #6
0
 function __construct()
 {
     $this->name = "LinkedIn";
     $this->usernamePrefix = "li_";
     parent::__construct();
 }
Beispiel #7
0
 function __construct()
 {
     $this->name = "Twitter";
     $this->usernamePrefix = "t_";
     parent::__construct();
 }
Beispiel #8
0
 function __construct()
 {
     $this->name = "VK";
     $this->usernamePrefix = "vk_";
     parent::__construct();
 }
Beispiel #9
0
 function __construct()
 {
     $this->name = "Yahoo";
     $this->usernamePrefix = "yh_";
     parent::__construct();
 }
Beispiel #10
0
 function __construct()
 {
     $this->name = "Amazon";
     $this->usernamePrefix = "am_";
     parent::__construct();
 }
Beispiel #11
0
 function __construct()
 {
     $this->name = "Instagram";
     $this->usernamePrefix = "instagram_";
     parent::__construct();
 }