问题
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