Where should I be troubleshooting if my oAuth2 URL contains “client_id=mynewclientidcreatedjusttoday” and despite the value being correct I get 400 error returned? I tried an old and new client_id with the correctly paired secret. Should I be ignoring the “No client id specified” part and focusing on Bad Request or can the message part be trusted to point me in the right direction?
{“error”:“Bad Request”,“status”:400,“message”:“No client id specified”}
Here is an image to add some proof (client ID partially hidden but it is correct)
Thanks you for your time. I need to sleep and look forward to waking to discover I’m missing something obvious. That is what happens 99% of the time huh!