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
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.