I am writing a phone application where the end user must have access to their private messages and other personal content. Does anyone have any good ideas on how to create such a service if I use Soap or Rest, should I just send a username / password with every request or?
What is the best choice for a service that I would like to access from all three platforms, and which returns only information related to the authentication user.
source share