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 ?
check for the parameters like consumer and access token etc.
check these links:
https://apigee.com/console/linkedin
Have you seen this: http://www.whitneyland.com/2011/03/iphone-oauth.html
or this:
https://github.com/ResultsDirect/LinkedIn-iPhone
This link provides a good starting point for using iOS - LinkedIn with or without a backend server with oauth2:
https://github.com/jeyben/IOSLinkedInAPI
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
For personal usage & help others which want a sample app for LinkedIn using OAuth 2.0 protocol, I wrote a client using OAuth2Client which is on GitHub:
https://github.com/bouzikas/LinkedinOauth2