

In this article we will walk through an Android implementation Clients need to authenticate to the server and the OAuth is the method of choice since it is an open and straightforward standard with a decent level of security. Clients on different platforms can access resources via this architecture with very low complexity. RESTFul services are becoming a predominant Web service nowadays due to its simpler style specially its stateless mode.

We can accomplish this using the RESTful API/services from the Cloud provider.

