Skip to content

Commit a4e54da

Browse files
author
Gaurav Mishra
committed
Update master
1 parent 5a9784c commit a4e54da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

linklogin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function index(){
1717

1818

1919
function initiate($id){
20-
$this->data['appKey'] = "lomuwsnh4wih";
21-
$this->data['appSecret'] = "QkOD0aoauzdwvUIh";
20+
$this->data['appKey'] = "";
21+
$this->data['appSecret'] = "";
2222
$this->data['callbackUrl'] = "http://50.56.97.92/ci/linklogin/data/" . $id ;
2323
$this->load->library('linkedin', $this->data);
2424
$this->linkedin->setResponseFormat(LINKEDIN::_RESPONSE_JSON);
@@ -30,8 +30,8 @@ function initiate($id){
3030
redirect($link);
3131
}
3232
function data($id, $first_login=0){
33-
$this->data['appKey'] = "lomuwsnh4wih";
34-
$this->data['appSecret'] = "QkOD0aoauzdwvUIh";
33+
$this->data['appKey'] = "";
34+
$this->data['appSecret'] = "";
3535
$this->data['callbackUrl'] = "http://50.56.97.92/ci/linklogin/data/" . $id ;
3636
$this->load->library('linkedin', $this->data);
3737
$this->linkedin->setResponseFormat(LINKEDIN::_RESPONSE_JSON);

0 commit comments

Comments
 (0)