R: eBay OAuth – Client Credentials Grant Request – Ebay API
I'm trying to get my head around OAuth, and decided to play around with the eBay API. While following their instructions to get an Application access token, I'm getting a 400 error. library(jsonlite) library(httr) # OAuth credentials client_id <- "x"…