dj2ball
dj2ball
I’m pretty sure that is a mobile end point, so you would need to reverse engineer the calls and authentication to that. You can test it by opening tiktok on...
I have rebuilt mobile endpoints from old versions of the Android APK using Charles Proxy, it's mostly straightforward. The question is what version of the app introduced this feature and...
I’ve had good success using Nox Android Emulator. Charles Proxy is paid but has a free trial and you can use it to intercept traffic from your mobile app as...
I'm pretty sure you would need different authentication. When I looked at this before, the current implementation of the web api uses verifyFp and _signature as authentication in its https...
I checked a couple of my older Android APKs and there is no follower endpoint without logging in. On the current iOS version the endpoint is there. We would need...
Sounds good, that repo does look promising - if you decompile the Android tiktok api the code for generating X-Gorgon and Khronos via Leviathan it looks pretty close to what...
I believe Leviathan has to be called in the Java Native Environment (JNI) and is part of the libcms.so binary. The code posted by David seems to be a good...
Did anyone ever make progress on async support for the library?