r - RKlout package is not working -


i'm trying use rklout package in r studio , followed suggested example.

apikey <- " ... "  ## api key received klout developer portal twuser <- "amazon" ## twitter handle  kloutscore <- rklout(apikey,twuser) kloutscore 

however, when run syntax tells me:

> kloutscore [1] "please provide valid api key , twitter username/handle" 

i using kloutid retrieved klout api website api key. doing incorrectly?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -