Hi
Now I am creating oath Settings
First : Creating oauth_nonce by creating random alphanumeric characters of 32 length.
Second: Creating Signature Using HMAC-SHA1
Third: Creating time-stamp using DateDiff(“s”, CreateDate(1970,1,1), Now())
by Passing all Oath parameters, I am getting 401 Unauthorized.
Any guess, what is the Issue here ?