RE: I am trying to use Restlet api using oauth 1.0 and i am getting this issue

I am trying to use Restlet api using oauth 1.0 and i am getting this issue

 

I am trying to create sales order using restlet api, how can i paas authentication using nodejs?

Add Comment
19 Answers

Hi,

One thing that’s worth checking is the order as I think NetSuite can be a bit fussy about this. It should be:

realm

oauth_consumer_key

auth_token

oauth_signature_method

oauth_timestamp

oauth_nonce

oauth_version

oauth_signature

Let me know if this makes any difference.

Thanks,

Chris

Intermediate Answered on February 3, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.