#linkedin LinkedIn API stopped functioning in Salesforce -


we had built widgets linkedin in salesforce (force.com) enterprise version environment using api has stopped working time. causing major inconveniences affected users. kindly share if similar issue has been noticed @ end , fix it.

here steps performed till date:

  1. after achieving successful authentication using oauth 2.0,we using “people search” linkedin search functionality.
  2. response getting , when making request people search api:

    <?xml version="1.0" encoding="utf-8" standalone="yes"?> <error>     <status>403</status>     <timestamp>1433254195523</timestamp>     <request-id>py4ljundox</request-id>     <error-code>0</error-code>     <message>access people search denied.</message> </error> 

starting may 12, 2015, linkedin has limited open apis. access groups requires apply , granted access information linkedin.

the following endpoints available general use:

  • profile api — /v1/people/~
  • share api — /v1/people/~/shares
  • companies api — /v1/companies/{id}

if application using other api services (e.g. connections, groups, people search, invitation, job search, etc.) have apply become member of relevant partner program provides necessary api access continue leverage of endpoints not listed above.

check out link list of api changes announced.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -