Any news on this?
I’ve been trying to initiate OAuth flow for the first time, created my app with its client_id. I write the URL with the necessary parameters but it will always respond with a:
“invalid_request: The required parameter client_id is missing or invalid.”
I inspect the request sent and client_id is effectively being sent in the GET request with the same value that my Asana app has in the OAuth tab for client id.