The authorization code response contains extra characters appended to the `state` parameter, which therefore makes the request fail. I've resolved this issue in: https://github.com/jeyben/IOSLinkedInAPI/pull/71
The authorization code response contains extra characters appended to the
stateparameter, which therefore makes the request fail.I've resolved this issue in: #71