Re: [R] Generate oauth token using HTTR package in R

2021-08-03 Thread Mark Fowler
nerate oauth token using HTTR package in R Novice attempting R, as displayed below, to obtain an oauth token using HTTR package in R and have a status code of 401. Any insight as to the cause of this error and a resolution? Thanks in advance. # Status: 401 library(httr) base64_val

[R] Generate oauth token using HTTR package in R

2021-08-03 Thread Lac Will
Novice attempting R, as displayed below, to obtain an oauth token using HTTR package in R and have a status code of 401. Any insight as to the cause of this error and a resolution? Thanks in advance. # Status: 401 library(httr) base64_value <- "123456789=" response16 <- httr::POST