ropensci / qualtRics

Download ⬇️ Qualtrics survey data directly into R!
https://docs.ropensci.org/qualtRics
Other
215 stars 70 forks source link

Support for OAuth (vs. API Token)? #318

Open fvescia opened 1 year ago

fvescia commented 1 year ago

Hello! The Qualtrics documentation recommends using OAuth instead of an API token to authorize API calls.

Does qualtRics support OAuth? Based on issue 209 it seems like not, but I wanted to confirm. Thanks!

juliasilge commented 1 year ago

That's right; we don't currently support OAuth credentials in this R package. The way the Qualtrics API handles OAuth credentials has changed a lot over the last few years and seems much more usable now, so it may be worth considering adding support for those credentials. 👍

fvescia commented 1 year ago

Got it, thanks for confirming!