Can I pull my favorites or collections? #924
-
Is it possible to pull my favorites or my collections? |
Beta Was this translation helpful? Give feedback.
Answered by
ctdgunner
Jul 30, 2022
Replies: 1 comment 2 replies
-
So the TikTok API provides information to anonymous users. To access The Favorites or collections, you need to be logged in to your account. This could only be possible if all of TikTok's session information was stored in cookies that the python wrapped tiktok api could access. Alot would need to be done before this would be possible. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidteather
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So the TikTok API provides information to anonymous users. To access The Favorites or collections, you need to be logged in to your account. This could only be possible if all of TikTok's session information was stored in cookies that the python wrapped tiktok api could access. Alot would need to be done before this would be possible.