How to use (new) LinkedIn API from and with R?

蓝咒 提交于 2021-02-10 15:53:26

问题


It seems that Rlinkedin is deprecated, that LinkedIn API has changed, and that LinkedIn does not provide a lot of informations for R users in documentation for developers. I don't understand why. For the moment, there are references only for Bash, NodeJS and Java...

Could anyone provide a very basic, recent and working example in R to begin with LinkedIn API? For instance, how to get profiles? This kind of example doesn't work:

url <- 'https://www.linkedin.com/in/reidhoffman/'
library(httr)
profile <- httr::GET(url)

来源:https://stackoverflow.com/questions/61716837/how-to-use-new-linkedin-api-from-and-with-r

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