Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to make an OAuth1.0 Signature with Dart language
We have a custom program written in Dart that we need to connect with Netsuite using REST web services. However, we cannot get the signature to be valid. No matter what we try, we always get an
InvalidSignature detail in the Login Audit Trail.
Has anyone had success in generating a valid signature using Dart? Or can anyone refer us to official documentation on how and what needs to be present in making the signature? We are including the following parameters to generate the signature:
oauth_consumer_key
oauth_nonce
oauth_signature_method
oauth_timestamp
oauth_token
oauth_version
Is there anything that we are missing? Something specific or unique to NetSuite that we are omitting? We are really struggling to make this work.