From c1db749b9594677c2624f95234072730d7ad7804 Mon Sep 17 00:00:00 2001 From: hordijk Date: Wed, 16 Jan 2019 14:01:35 +0100 Subject: [PATCH] Add warning this library only supports API version 1 of LinkedIn at this moment. --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d4d9ed..0fc8f92 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,6 @@ [![Quality Score](https://img.shields.io/scrutinizer/g/Happyr/LinkedIn-API-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/Happyr/LinkedIn-API-client) [![Total Downloads](https://img.shields.io/packagist/dt/happyr/linkedin-api-client.svg?style=flat-square)](https://packagist.org/packages/happyr/linkedin-api-client) - A PHP library to handle authentication and communication with LinkedIn API. The library/SDK helps you to get an access token and when authenticated it helps you to send API requests. You will not get *everything* for free though... You have to read the [LinkedIn documentation][api-doc-core] to understand how you should query the API. @@ -16,6 +15,11 @@ have to read the [LinkedIn documentation][api-doc-core] to understand how you sh To get an overview what this library actually is doing for you. Take a look at the authentication page from the [API docs][api-doc-authentication]. +# :warning: Warning +This library does only support version 1 of the LinkedIn API at this moment. Please note [LinkedIn communicated](https://engineering.linkedin.com/blog/2018/12/developer-program-updates) all developers need to migrate their apps to the newest LinkedIn APIs and OAuth 2.0 by March 1, 2019. Therefor this library stops working correctly when the support for version 1 of the API is dropped. + +Vote issue [147](https://github.com/Happyr/LinkedIn-API-client/issues/147) if this library should be updated to support version 2. + ## Features Here is a list of features that might convince you to choose this LinkedIn client over some of our competitors'.