Skip to content

Commit db209ee

Browse files
authored
Update README.md
1 parent dd96801 commit db209ee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,17 @@ If you have never used Composer, you should start [here](http://www.phptherightw
2323
and install composer.
2424

2525

26-
## Usage
26+
## Get Started
27+
28+
Before you will get started, play visit to [LinkedIn API Documentation](https://docs.microsoft.com/en-us/linkedin/).
29+
This will save you a lot of time and prevent some silly questions.
2730

2831
To start working with LinkedIn API, you will need to
2932
get application client id and secret.
3033

3134
Go to [LinkedIn Developers portal](https://developer.linkedin.com/)
32-
and create new application in section My Apps.
35+
and create new application in section My Apps.
36+
Save ClientId and ClientSecret, you will use them later.
3337

3438

3539
#### Bootstrapping autoloader and instantiating a client
@@ -82,7 +86,7 @@ use LinkedIn\Scope;
8286

8387
// define scope
8488
$scopes = [
85-
Scope::READ_BASIC_PROFILE,
89+
Scope::READ_LITE_PROFILE,
8690
Scope::READ_EMAIL_ADDRESS,
8791
Scope::MANAGE_COMPANY,
8892
Scope::SHARING,

0 commit comments

Comments
 (0)