Can anyone help with an OAuth2 issue I’m running into with TikTok shop?
I’m getting a 404 error during the authentication handshake.
When I manually attempt to hit this URL (as provided by TikTok) I’m given the access token, refresh token and so on, but n8n returns a 404 error when trying to do the handshake. I’m wondering if n8n sends code instead of auth_code in the query parameters?
I recommend you start there and use their API Testing Tool to ensure you are structuring requests to their endpoints correctly prior to building out functionality in a workflow.