'Unable to generate the Tiktok access token for web

Here is my Request Post URL:

https://open-api.tiktok.com/oauth/access_token/?client_key=fgjvjhg&client_secret=ghhjgjhgjkhjk&code=Web&grant_type=authorization_code

Here is the response which I got:

{ "data": { "captcha": "", "desc_url": "", "description": "Authorization code expired", "error_code": 10007 }, "message": "error" }

Here is the documentation page which I am following: https://developers.tiktok.com/doc/login-kit-manage-user-access-tokens

Please help me with that, thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source