Liam JACK
Liam JACK
Hi, I'm documenting the new API, I should be adding more of the conversation functions today. Feel free to join in here : https://github.com/JorgenPhi/php-snapchat/wiki/API-v2-Research
No, you need to decompile the APK and take some time out browsing the source code to work this out, afterwards it will be trivial. On 02/01/2015 11:49, Michael wrote:...
@Spurlex I don't think anyone else is researching this as the chat system is relatively new. I've had a quick look at the encryption method, it uses the "SlightSecurePreferences" class.
If it isn't passing the first isMedia check then it should means it's zipped with an overlay. I am working on tuning the isMedia script to return the actual type...
Make sure you send all the following data correctly. This hasn't changed at all compared to 8.1.1 User-Agent: `Snapchat/9.0.2.0 (Nexus 4; Android 17; gzip)` # /bq/retry_post_story #### Description Used to...
The library is not exactly up to date, if you want it to work you need to know what the actual application sends to the API, and then you have...
Well the API updates are a good thing, it brings new features to the application for us to use and abuse. We just need to keep up with constantly analyzing...
Logging in with 9.0.2.0's API is pratically impossible for the Android version. They have started checking device tokens, so you need to fetch a valid device token before logging in,...
It's no longer option, if you don't provide the "ptoken" on login you get "401 UNAUTHORIZED", if you create one randomly you get "Oh no! Your login temporarily failed, so...
Yeah, but that's not really a solution, you shouldn't have to run the official application along side just to get tokens, we need to emulate this. On 31/01/2015 18:56, Snowlav...