Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8297833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:33:10+00:00 2026-06-08T15:33:10+00:00

Using IOS, I am trying to integrate the LinkedIn into the application. The integration

  • 0

Using IOS, I am trying to integrate the LinkedIn into the application.
The integration is also working,user login is also working but the I am not able to fetch the data of user profile with all records of user as Education,Skills and all.
I am able to get only these four values after successful login.
-first-name
-site-standard-profile-request
-last-name
-headline

Can anyone please to get all the values rather than these.
Thanks in adavance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T15:33:11+00:00Added an answer on June 8, 2026 at 3:33 pm

    The question was to get the profile data from LinkedIn after login.
    The demo application is from https://github.com/ResultsDirect/LinkedIn-iPhone

    We have to do changes in “-(RDLinkedInConnectionID *)profileForCurrentUser ” this function.
    The function is located at LinkedInClientLibrary -> Classes -> RDLinkedInEngine this location.

    We just have to change the below url to get data.

    NSURL* url = [NSURL URLWithString:[kAPIBaseURL stringByAppendingString:@"/v1/people/~/
    "]];
    

    To get the user profile data just change the url to:

    NSURL* url = [NSURL URLWithString:[kAPIBaseURL stringByAppendingString:@"/v1/people/~:(id,first-name,last-name,maiden-name,formatted-name,phonetic-last-name,location:(country:(code)),industry,distance,current-status,current-share,network,skills,phone-numbers,date-of-birth,main-address,positions:(title),educations:(school-name,field-of-study,start-date,end-date,degree,activities))"]];
    

    From this url we can get the data of the profile user.

    To get more fields from user profile refers these links:

    https://developer.linkedin.com/documents/field-selectors
    https://developer.linkedin.com/documents/profile-fields

    To get data according to fields we have to mention the parent of that fields and needed fields from that.This is listed in https://developer.linkedin.com/documents/profile-fields this link.

    If we want data from education so we have to mention as

    educations:(school-name,field-of-study,start-date,end-date,degree,activities)
    

    educations will be the parent and other data in brackets() are its fields which we can get from profile.

    Hope this will work with you also.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to integrate twitter into an iOS app using Ben Gottlieb's Twitter-OAuth-iPhone
I'm trying to integrate the Google Data API into my application. I'm using the
I am trying to integrate the TestFlightSdk into an app I've made using MonoTouch
I am trying to connect to node.js websocket using unitt ios client. But it
I'm using the official FBConnect library for iOS and trying to get it working
I am trying to integrate some external code into my application. My code was
I am trying to make a Facebook native iOS application, using the iOS tutorial
I've been having trouble trying to communicate between PHP and my iOS application using
I am trying to integrate the AddressBookUI API into my iOS 5 app to
I am trying to implement a Settings dialog for iOS using MonoTouch and the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.