MoneyPrinter icon indicating copy to clipboard operation
MoneyPrinter copied to clipboard

What's TIKTOK_SESSION_ID?

Open jcplus opened this issue 1 year ago • 1 comments

Should I become a TikTok developer and grab something from the backend? Thanks in advance.

jcplus avatar Feb 09 '24 00:02 jcplus

No need to become developer. It's the session id value of the cookie.

TIKTOK_SESSION_ID: Your TikTok session ID is required. Obtain it by logging into TikTok in your browser and copying the value of the sessionid cookie.

You can do this using inspector - dev tools (F12).

1NoobDev avatar Feb 09 '24 00:02 1NoobDev

console.log(sessionStorage.getItem("webapp_session_id"))

for those that are still lost

givensuman avatar Feb 10 '24 01:02 givensuman

Thanks so much

jcplus avatar Feb 10 '24 22:02 jcplus