jeyben / IOSLinkedInAPI

Simple and non intrusive library to get access tokens for LinkedIn using Oauth2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIALinkedInERROR Code=2... state values do not match for some unknown reason

vanNiewoehner opened this issue · comments

commented

Hi,
I used the IOSLinkedInAPI for a couple of months without any issues, but since today, our users are no longer able to login. For some reason, the state values do not match and the one I get back from LinkedIn is always followed by a "#!". So for example, I send the state "abcde" and get back "abcde#!".

Is anyone else experiencing this issue or knows if LinkedIn made some changes to in their API?

Thank you in advance!!

If you use the master branch as your dependency, this has been fixed: #71

commented

Thanks!

@jeyben Can we get this fix included in the Cocoapod?

Hey,
Can you please update Cocoapod with the latest version?

Thank you