Happyr / LinkedIn-API-client

A library to connect with LinkedIn API. Perfect if you are looking for an API client or SDK for LinkedIn
MIT License
198 stars 97 forks source link

Update LinkedIn.php #125

Closed ravigehlot closed 8 years ago

ravigehlot commented 8 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #X, partially #Y, mentioned in #Z
License MIT

What's in this PR?

Explain what the changes in this PR do.

Why?

Which problem does the PR fix? (remove this section if you linked an issue above)

Example Usage

// If you added new features, show examples of how to use them here
// (remove this section if not a new feature)

$foo = new Foo();

// Now we can do
$foo->doSomething();

Checklist

Nyholm commented 8 years ago

Thank you for this PR. That is a weird line of comment. It should be:

5. If we don't have an access token (only a *code*), getAccessToken() will call fetchNewAccessToken()

Could you update this?

ravigehlot commented 8 years ago

Thanks for bringing that up. Sure can! Will do.

Nyholm commented 8 years ago

Thank you!

ravigehlot commented 8 years ago

You are welcome!