Problem
Update launch url to V2: https://www.tiktok.com/v2/auth/authorize
Note: Need to create unique state
code
Update base url and endpoint to get access token
Docs: https://developers.tiktok.com/doc/oauth-user-access-token-management
Note:
Content-Type
not support UTF-8redirect_uri
new required paramUpdate base url and endpoint get profile info
Docs: https://developers.tiktok.com/doc/tiktok-api-v2-get-user-info#user_object
Note:
user.info.basic,video.list
). E.g: can not set username
field because it required user.info.profile
user.info.basic,video.list
). E.g: can not set username
field because it required user.info.profile
Content-Type
not support UTF-8 → check here