Do anybody have a template for generating oauth si...
# suitescript
t
Do anybody have a template for generating oauth signature for restlet via python, I wanted to do so, but before that I am trying to generate the same using the different online tools and converters, I am trying to replicate example provided in this answer. https://netsuite.custhelp.com/app/answers/detail/a_id/77576/kw/oauth%20signature With the exact same values, I am not able to reproduce same oauth signature
Copy code
KK4SKNgz4ZiILGLwOMtfYlgcXSy1eis8ldE9X90azQ=
My output is totally different. I don't know what I am doing wrong. I am hesitant to try via code till I get this right manually.