I am trying to implement this LinkedIn library in my project, but it seems that I get an error while I try to present the LinkedIn screen:
Authorizati
Since the 12th May Linkedin's API has changed. From now on any apps requesting r_contactinfo
must be approved by LinkedIn. This link explains the changes.
I'm using this Library and just had to change the permissions from @"r_contactinfo"
to @"r_basicprofile", @"r_emailaddress"
.
Also remember to change your app permissions on developer.linkedin.com to match the above.