Search code examples
iphoneobjective-cioslinkedin-api

How to open linkedin profile using firstname and lastname in iphone sdk?


i want to open linkedin profile.how to pass firstname and lastname of user in application to get linkedin profile of that user can be shown..please help me for that.

thanks in advance


Solution

  • Use the People Search API (https://developer.linkedin.com/api/people-search) to generate a list of matches. Then have the member select the correct person.

    Note: your member needs to sign into the application using OAuth. You cannot have a generic role account who searches for people.