I am developing an Iphone app in which i want to integrate it with linkedIn.
I want user info in my app and i want to do it with oAuth 2.0.
I tried to integration with oAuth 1.0, but i am having problems in callback.
is there any sample or good tutorial available for linkedIn integration in iphone using oAuth 2.0 ?
Configure your application in the Developer Portal to obtain Client ID and Client Secret. Your application directs the browser to LinkedIn's OAuth 2.0 authorization page where the member authenticates. After authentication, LinkedIn's authorization server passes an authorization code to your application.
There is easy and good tutorial on github.com ,Here
Note: Make sure to integrate all the classes of Crypto folder
It will work for sure
This link provides a good starting point for using iOS - LinkedIn with or without a backend server with oauth2:
https://github.com/jeyben/IOSLinkedInAPI
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With