I am new in iOS development and i want to add linkedin login in my app.I used some APIs to get login. but now i want to show feeds. please help me to solve this problem.
thanks in advance.
I am new in iOS development and i want to add linkedin login in my app.I used some APIs to get login. but now i want to show feeds. please help me to solve this problem.
thanks in advance.
Recent code is here 2015:Click herer Go to GitHub Link
You need to use a Library OAutho for integrating with user linkedin account and after login user can post a status to their linkedin account.First of all ,you have to download Library from https://developer.linkedin.com/documents/libraries-and-tools. Now you have to drag and drop OAuthLoginView,ASIHTTP and OAuthStarterKit folder in Project Navigator of Xcode.For Removing Linking error in xcode ,you have to add -all_load,-ObjC and -lc++ flag.