I am trying to connect my app to TikTok using oauth.
I run into the following problem:
The problem happens due to the fact, that TikTok uses a different name for the client_id. They call it client_key. See their documentation for authorization here: TikTok for Developers and their documentation for access tokens here: TikTok for Developers
I was able to make the authorization part work, by appending the client_key as a parameter (see below)
Without doing the same for getting the access token, I get the error seen in the first screenshot.
If I try to append the client_key as a query param to the access token endpoint, I am never getting redirected, and I am just stuck on the tiktok authorization page.
I really wish that there was a way to customize - in the resource editor - what the keys are going to be named in the request, in addition to specifying the values. Hope it makes sense.