Currently, calling the connections api with the public-profile-url is causing an internal server error

前端 未结 1 345
无人共我
无人共我 2020-12-19 12:58

Currently (but not usually), if you call the following url you get an internal server error: https://api.linkedin.com/v1/people/~/connections:(id,headline,picture-url,summar

相关标签:
1条回答
  • 2020-12-19 13:13

    They seemed to have reduced the number of contacts you can get each time you request them. I used to ask for 500 and it worked for a long time, and then last week it stopped working and instead would return:

     <status>500</status>
     <timestamp>1424451457253</timestamp>
     <request-id>HISKBDLSOA</request-id>
     <error-code>0</error-code>
     <message>Internal service error</message>
    

    Now, I request 250 contacts each time and it works again.

    https://api.linkedin.com/v1/people/~/connections:(public-profile-url)?start=0&count=250&modified=updated
    
    0 讨论(0)
提交回复
热议问题