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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.