I am trying to access linkedin people search api via http://api.linkedin.com/v1/people-search?first-name=Clair
But it returns me
<error>
<status>401</status>
<timestamp>1422599405748</timestamp>
<request-id>3O1KI50MDV</request-id>
<error-code>0</error-code>
<message>Unknown authentication scheme</message>
</error>
What am I doing wrong?
I have never used the api.Can anyone help me on this.