php-snapchat
php-snapchat copied to clipboard
Chat messages traffic encrypted.
Having looked into the app, it looks like Snapchat's new chat feature is encrypted (or at least the traffic) to an extent that HTTP Debugging tools Fiddler and Charles cannot capture requests, even with SSL debugging on.
I'm guessing that the chat system is using TCP instead of HTTP to transfer messages.
I've tried Wireshark and TCPDump but no luck.
I can: Get the chat messages
I cannot: Post a message.
Mmm.. That's not very good, is this with the beta app?
Maybe they are using xmpp or something similar for chats now? On Jul 9, 2014 11:08 AM, "Wesley Hill" [email protected] wrote:
Yep, its the beta app. Latest one.
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/27#issuecomment-48496111 .
Yeah probably, but it's just guessing right now...