linkedin icon indicating copy to clipboard operation
linkedin copied to clipboard

search for linkedin users by first and last name in network

Open masterkrang opened this issue 13 years ago • 5 comments

I am trying to search linked in users by first and last name and so far I've come up with this:

@profiles = linkedin_client.search(:first_name => fname, :last_name => lname, :sort => "connections", :fields => %w(id first-name last-name headline industry location api-standard-profile-request picture_url public_profile_url summary));

One question I have is, will ":first_name" work as the parameter "first-name"? What is mean is the underscore a good substitute for the dash ("-")?

The problem is that it will not return any results, even when I know the user's name exists. Thanks for the help!

masterkrang avatar Dec 05 '12 04:12 masterkrang

Did you get this to work? When i specify fields, it doesnt work.

mmahalwy avatar Nov 13 '13 06:11 mmahalwy

When I try and use search all I get is a 403 from linkedin even though my client is authorized for r_network. I'll keep messing around with it and see what I can find.

hexgnu avatar Nov 13 '13 17:11 hexgnu

@mmahalwy @hexgnu Is this possibly related to the notice on http://developer.linkedin.com/documents/people-search-api ?:

People Search API is a part of our Vetted API Access Program. You must apply here and
get LinkedIn's approval before using this API.

hundredwatt avatar Jan 18 '14 17:01 hundredwatt

Just tried this and got an exception: 'lib/linked_in/helpers/request.rb:49:in `raise_errors': (400): Unknown field {id} in resource {PeopleSearch} (LinkedIn::Errors::GeneralError'

The call succeeds and returns results if I don't specify fields as an argument

hundredwatt avatar Nov 22 '14 19:11 hundredwatt

This may be fixed by #186

hundredwatt avatar Nov 22 '14 19:11 hundredwatt