We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c2116 commit 08ff6a4Copy full SHA for 08ff6a4
Upgrade.md
@@ -1,3 +1,17 @@
1
+# Upgrade from 0.5 to 0.6
2
+
3
+## Changes
4
5
+* When exchanging the code for an access token we are now using the post body instead of query parameters
6
+* Better error handling when exchange from code to access token fails
7
8
+## BC breaks
9
10
+There are a few minor BC breaks. We removed the functions below:
11
12
+* `LinkedIn::getUserId`, use `LinkedIn::getUser` instead
13
+* `AccessToken::constructFromJson`, Use the constructor instead.
14
15
# Upgrade from 0.4 to 0.5
16
17
## Changed signature of `LinkedIn::api`
0 commit comments