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!
Has anyone gotten Token Based Authentication working in C# & SuiteTalk?
I've gotten TBA working with RESTLets, but have not gotten it to work with SuiteTalk. Has anyone actually done it? Based on the number of related posts I'm seeing, it's not looking good! If you've actually done it, can you point me to some better examples? I've gotten the OAuthBase.cs working with RESTLets, so I understand how it is supposed to work. I'm unclear about how this works with a SuiteTalk Web Service call, which must add the OAuth header to each call. I've got a lot of SuiteTalk code that I'd prefer not to rewrite to call a RESTLet.