In this post, I am going to briefly explain how to generate the access token and secret using OAuth (v1.0a) protocol, here I am using Xero payroll API Request URLs for generating tokens. " https://www.hurl.it/ " is used to generate the above token. Steps: 1) Before start, we need to create a Xero account (https://www.xero.com/signup/) and valid application (https://api.xero.com/Application/). Once you create app, you can get the "Consumer Key" and "Consumer Secret". 2) The next step is to obtain an Unauthorized Request Token Go to the "https://www.hurl.it/" then select " Add Authentication " and click on " OAuth 1.0a". In the " Destination", choose GET HTTP method and add the " https://api.xero.com/oauth/RequestToken " in the place, then add the " Consumer Key" and " Consumer Secret" which is obtained from APP, after adding click the "Launch Request" to get ...