Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linkedin with OAuth2 ios [closed]

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 ?

like image 891
keen Avatar asked Apr 06 '13 05:04

keen


People also ask

How do I use OAuth on LinkedIn?

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.


2 Answers

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

like image 194
Kirtikumar A. Avatar answered Oct 03 '22 22:10

Kirtikumar A.


This link provides a good starting point for using iOS - LinkedIn with or without a backend server with oauth2:

https://github.com/jeyben/IOSLinkedInAPI

like image 42
aramusss Avatar answered Oct 03 '22 23:10

aramusss