I noticed that using the LinkedIn REST API in my application, I have weird behavior
(I use Bill Gates as an example, but it works like that for every name)
1st request of a REST URL:
http:
returns 110 results
2nd request of a REST URL:
http://api.linkedin.com/v1/people-search:(people:(id))?keywords=bill%20gates
returns 0 result
But, according to the API documentation (https://developer.linkedin.com/documents/people-search-api), the second search should return at least returned 110-dollar gates with the same request, plus in the end other people with some then the line “Bill Gates” in his profile (“account gates” in the industry or school name, etc.).
Am I doing something wrong with my second request or what?
UPDATE: Here is a screenshot of the second query made using the LinkedIn REST Console . I would like to know if anyone other than me gets 110 results by copying this query ...
rest api web-services linkedin mashup
alessiop86
source share