Important information : I’ve creat and app on the TikTok Developer portal and I’ve been approved by TikTok admin. The App’s status is “Live in production”.
I click on “Connect my account”, it opens a second windows and I have the authorisation page : I connect to my TikTok account, “Do you allow the app…blablabla…to access to your informations…blablabla”.
I click on “Accept” and here is the final window I see :
I’m not entirely sure how oauth or rather how it works in tiktok’s backend. But I looked into janus. It is probably this: https://janus.conf.meetecho.com/
No changing the client ID is not for the screenchot but that doesn’t make any différence because TikTok API doesn’t respect strictly OAuth 2 specifications.
TikTok doesn’t use the value “client-id” but rename it “client-key”. That’s why you can see “client_key=xxxxxxxxxxxxxxxxxxx” in the Auth URI Query Parameters.
I think that creditentials doesn’t replic the “Auth URI Query Parameters” in the access token URL. Maybe that’s why I have this problème.