php-snapchat icon indicating copy to clipboard operation
php-snapchat copied to clipboard

Chat messages traffic encrypted.

Open hako opened this issue 10 years ago • 3 comments

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.

hako avatar Jul 09 '14 11:07 hako

Mmm.. That's not very good, is this with the beta app?

dprogramming avatar Jul 09 '14 12:07 dprogramming

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 .

JorgenPhi avatar Jul 09 '14 16:07 JorgenPhi

Yeah probably, but it's just guessing right now...

dprogramming avatar Jul 10 '14 10:07 dprogramming