Hi Experts,
We are trying to authorize using oauth 1.0 and trying to find how can we calculate values for Signature method HMAC-SHA1 like oauth_signature,oauth_nonce and oauth timestamp as these are dynamically gets changed for every request we submit.
Please let us know if any java class or method or any calculations which I need to do for extracting those values. we provide static token value, ALSO token and token secret are static.
Thanks,
C