简体   繁体   中英

Invalid redirect URI Linkedin API on iOS App

I'm using linkedIn signin for my iOS app. After switching to OAuth2, the call back URI is no longer accepted as i keep getting the error 'invalid redirect URI'. The app URL scheme is called 'Paper' and URL identifier is 'com.Paper'. I understand that i have to set up a URL that begins with 'http://' or 'https://' on linkedin developer page and the address has to match with the callback URI. What would be the Authorized Redirect URLs for the linkedin developer setting?

使用适用于iOS的官方LinkedIn SDK https://developer.linkedin.com/docs/ios-sdk

在“ linkedin开发人员”的“授权重定向URL”设置中,输入与配置linkedin时在redirectUrl中输入的URL相同的URL。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM