Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LIALinkedInAuthorizationViewController.m
As of today, the receivedState parameter has extra characters appended to it, and therefore does not match the original state. For example, my state is "ABCDE" The returned state is "ABCDE#!" This fix keeps the state matching in tact in case extra chars are appended to the end.
- Loading branch information