iOS LinkedIn API error

后端 未结 5 664
心在旅途
心在旅途 2021-01-07 05:10

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

5条回答
  •  离开以前
    2021-01-07 05:35

    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.

提交回复
热议问题