specialties field was removed from the LinkedIn API?

风格不统一 提交于 2019-12-10 22:47:51

问题


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:


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.



来源:https://stackoverflow.com/questions/37127405/specialties-field-was-removed-from-the-linkedin-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!