Skip to content

Commit

Permalink
Use 'client_id' instead of 'app_id'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravigehlot authored and Nyholm committed Sep 19, 2016
1 parent eafdad1 commit 4b0ed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This example below is showing how to login with LinkedIn.
*/
//require_once "vendor/autoload.php";

$linkedIn=new Happyr\LinkedIn\LinkedIn('app_id', 'app_secret');
$linkedIn=new Happyr\LinkedIn\LinkedIn('client_id', 'client_secret');

if ($linkedIn->isAuthenticated()) {
//we know that the user is authenticated now. Start query the API
Expand Down

0 comments on commit 4b0ed28

Please sign in to comment.