And as far as I can see and as far as I’ve compared it to other login url’s, I can’t find where it’s failing.
Any help would be massively appreciated.
Update / Edit: I have also attempted to use the OAauth2 method (/v2/oauth/authorize) and provided a state parameter, and that gives me the helpful message of:
That’s what I originally thought, but I’ve scoured that documentation.
response_type = code
redirect_uri = matches the application, url is encoded
client_id = matches the application
scope = encoded, have even tried just with publicData to avoid spacing issues with no dice.
state = provided a unique string identifier
And yet still nothing. Also regarding the headers, I haven’t even gotten that far yet as to sending the correct headers back to the servers yet.