Skip to content

Commit

Permalink
bug and permission resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Yadav committed Jul 17, 2020
1 parent f1a724c commit cddcdc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

use myPHPnotes\LinkedIn;

$app_id = "86qrgtb9bw6id0"; // app id from linkedin dev app
$app_secret = "1zmtGNNNPWyp4yhr"; // app seceret app id from linkedin dev app
$app_id = ""; // app id from linkedin dev app
$app_secret = ""; // app seceret app id from linkedin dev app

$app_callback = "http://localhost:85/callback.php"; // path for call back file
$app_scopes = "r_emailaddress r_liteprofile w_member_social ";
$app_scopes = "r_emailaddress r_liteprofile w_member_social "; // permissions

$ssl = false; // ALWAYS TRUE FOR PRODUCTION USE

Expand Down

0 comments on commit cddcdc2

Please sign in to comment.