I am trying to call Context.io API from Android which is based on Oauth 1.0 Authentication.
Can you please suggest me how I can create request for Oauth1.0 standard or Please, anyone can provide me the sample code of Oauth1.0 request example on that standard.
Thank you very much.
You can use scriblejava library to access Oauth 1.0 2-legged APIs.
In Android Studio App griddle add following dependency:
And simply use following code:
Hope it helped!