Oauth 1.0 values extraction

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

Hi,

Did you try using the build-in auth helper from Postman?

It would help if you could share what you have so far.

I Tried by visiting the Help but did not give much information how the postman is generating the oauth_Signature,oauth_nonce values based on what?

Please suggest me if any java class or UDF code.

Thanks,
C