R-twInterfaceObj $ doAPICall(cmd,params,method,...)中的错误:

时间:2018-08-16 13:58:00

标签: r twitter oauth

我正在尝试使用此功能获取多个用户的userTimeline

j <- lapply(users1[1:2], function(x) userTimeline(x,n=10,includeRts = FALSE))

其中,users1是我使用lookupUsers查找的用户的列表 但是,当我尝试为userTimeline运行时,出现以下错误:

Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : 
OAuth authentication error:
This most likely means that you have incorrectly called 
setup_twitter_oauth()'

任何帮助将不胜感激!

0 个答案:

没有答案