specialties field was removed from the LinkedIn AP

2019-07-15 01:00发布

I'm trying to get the "specialties" field from the LinkedIn API but it returns nothing. So, this field is still avalible?

note: I barely use LinkedIn and I'm using my account to develop this app, so, maybe that field is empty. If it's that case, please tell where I can find it.

Basic Profile Fields

1条回答
狗以群分
2楼-- · 2019-07-15 01:34

The specialties field has been removed from the API as stated here, but the API docs haven't been updated.

In my case, I can see the previous content of that field added to the summary field as plain text: "my-cv-summary \nSpecialties: my-specialties".

btw, you can test the API here https://apigee.com/console/linkedin using this URL:

https://api.linkedin.com/v1/people/~:(summary,specialties)?format=json

...and allowing apigee to connect to your profile, obviously. You'll see that no specialties field is returned, but if you had informed that field before the change, you'll see it's content added to the summary.

查看更多
登录 后发表回答