Hi all,
I want to my Android application to receive data using REST API.
Currently,I can call the REST API just fine when I am logged in on my web browser but once I am logged off,a blank json array is returned.
How do I authenticate the user with a token in the URL using QueryParamAuth so that I can receive data from any device.