I would like to use the LinkedIn API to display the publicly available information of a person, after passing it keywords as a search term
I can get my code to display various profile info using a search URL such as:
http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,picture-url,site-standard-profile-request,headline),num-results)?first-name=FOO&last-name=BAR
However when I change this to:
http://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,picture-url,site-standard-profile-request,headline),num-results)?keywords=FOO%20BAR
I get 0 results
Any ideas??