Hey everyone.
I ran into a bit of a problem while expanding my Roblox API knowledge. I was using the Auth API, and was logging in via AuthToken ctype, but the API complained about the username/password not matching.
What I used in the request body:
ctype=“AuthToken”
cvalue="< quick login code here >"
password="< privateKey from quicklogin feature here >"
If anyone knows whats wrong, please let me know in the replies!
Thanks for reading!