File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,17 @@ If you have never used Composer, you should start [here](http://www.phptherightw
2323and 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
2831To start working with LinkedIn API, you will need to
2932get application client id and secret.
3033
3134Go 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,
You can’t perform that action at this time.
0 commit comments