How can I request a Webservice that uses Oauth as authentication, and I use the Volley API on Android ?
What have you tried?
– user28595
Look, just request with Volley without Oauth already ready, working right... my question is how I make the requisition with Volley next to Oauth.. My Webservice already adapted to allow Oauth, I made a java application with Client Jersey and Oauth and it worked. My question is to use Oauth next to Volley on Android..
What have you tried?
– user28595
Look, just request with Volley without Oauth already ready, working right... my question is how I make the requisition with Volley next to Oauth.. My Webservice already adapted to allow Oauth, I made a java application with Client Jersey and Oauth and it worked. My question is to use Oauth next to Volley on Android..
– Rodrigo Lima