szdc / tiktok-api

Unofficial API wrapper for TikTok
MIT License
1.26k stars 279 forks source link

X-TT-Token #207

Closed ogohogo closed 3 years ago

ogohogo commented 3 years ago

Recently TikTok started requiring X-TT-Token header to make successful calls to their API. Any idea how I can obtain this header?

aimadnet commented 3 years ago

you can get it when you login to your account, btw it's not required, I don't use it at all.

ogohogo commented 3 years ago

that's right, it's not required. not sure why I assumed it's needed.

closing