Open fabiobozzo opened 3 years ago
from TikTokAPI import TikTokAPI cookie = { "s_v_web_id": "...", "tt_webid": "..." } api = TikTokAPI(cookie=cookie) user_videos = api.getLikesByUserName("my.username") print(user_videos)
I always get {statusCode: 0} even though my cookie params are valid and my account is public. Any ideas on how to debug this? Thanks
Facing the same issue. Any idea how to resolve this?
I always get {statusCode: 0} even though my cookie params are valid and my account is public. Any ideas on how to debug this? Thanks