为什么R中的Rlinkedin包的getMyConnections()函数不起作用?

时间:2015-06-30 11:16:58

标签: r

> in.oauth<-inOAuth(application_name ="RP",consumer_key  ="xxx",consumer_secret = "xxx")
If you've created you're own application, be sure to copy and paste the following into 
'OAuth 2.0 Redirect URLs' in the LinkedIn Application Details: http://localhost:1410/ 

Authentication complete. 
  

my.connections&lt; - getMyConnections(in.oauth)

The following error is appearing when the above function is getting executed in rstudio.

x.list中的错误[sapply(x.list,is.list)]&lt; - NA:

invalid subscript type 'list'

1 个答案:

答案 0 :(得分:1)

仅检查此link. getProfile,searchCompanies和submitShare函数现在可以正常工作