A
A
AlphaFly2016-05-25 16:07:42
Android
AlphaFly, 2016-05-25 16:07:42

Can anyone suggest a resource about the structure or model of communication between an Android app and social media servers?

The customer asked to clearly explain to him the processes that occur when exchanging data in a social network (Facebook for example) when using an Android application. What happens after clicking "Send" in private messages or when a message is received. I'm interested in how the data is sent, in what packets, what popular encryption algorithms are used, how the keys are transmitted, how all this is processed on the server side (at least in general terms), how the feedback occurs. Perhaps how data from the social network is stored in the phone's memory.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-05-25
@Rou1997

what packages

Basically, the HTTP protocol is used, the response format is usually JSON, requests - JSON or URL encoding, all this can be seen using a sniffer (Fiddler, Wireshark, etc.), you can still decompile, disassemble the application itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question