php-snapchat
php-snapchat copied to clipboard
Receiving and sending "chat" messages
Hi,
I am wondering if anyone has any information on the receiving and sending of chat.
Would be great if people could post what they have found in regards to this.
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
@cuonic Have you worked out how to decrypt + encrypt the chat messages to send them at all?
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:
@cuonic https://github.com/cuonic Have you worked out how to decrypt
- encrypt the chat messages to send them at all?
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/70#issuecomment-68519088.
It would be great if we could have any input from any previous findings that people have found out.
@cuonic @hako
@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.