Updating profiles with the LinkedIn REST API

大兔子大兔子 提交于 2019-12-10 18:31:46

问题


Is it possible to update a profile's Education, Specialities and/or Experience via the LinkedIn API?

I am able to make normal GET calls just fine.

I ask here because documentation on their website is not yielding any results and Stackoverflow would have more practical experience with it.

EDIT: Further searching has led me to find that this is indeed not possible. I will leave this question up for others to see in case they are wondering about the same thing.


回答1:


You cannot write data to LinkedIn profile via our API. You can only GET the profile, not POST or PUT or DELETE it.




回答2:


In the newer API's you can. Here is the latest API link: https://developer.linkedin.com/docs/guide/v2/people/profile-edit-api

So, yes, now you can.



来源:https://stackoverflow.com/questions/8972291/updating-profiles-with-the-linkedin-rest-api

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