I can't get the token

samuel.beau
samuel.beau Newcomer

Hello ,

I try to get the token , I'm using R and RJSONIO package .

link <- "https://api.trkd.thomsonreuters.com/api/TokenManagement/TokenManagement.svc/REST/Anonymous/TokenManagement_1/CreateServiceToken_1"

token <- fromJSON(getURL(link, userpwd = "xxxxxxxxxxx@thomsonreuters.com:mypassword",httpauth = 1L))

I have this error:

"There was an error while converting the URL parameters. The required parameter 'Username' was not found." 

Does any one try to use R and RJSONIO to get data from TRKD ?

Regards

Samuel

Tagged:

Best Answer

Answers