NetSuite OAuth 1.0 SuiteScript Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии •

  • @venpun4687
    @venpun4687 7 месяцев назад

    Thank you👌👌very informative Robin , Can you please share a video about O Auth 2.0 setup

  • @hitc-netsuite
    @hitc-netsuite  7 месяцев назад +1

    Here is the code for this video: github.com/headintheclouddev/hitc-oauth1-script-tutorial
    And sorry for wasting time by making so many mistakes! It goes to show how easy it is to make a single typo in the whole authentication process. While what we have here makes the Authorization examples very clear and simple, in practice it would probably be better to have a function that handles turning all the parameters into the correct string to sign. That way WebStorm's auto-completion won't get in the way so much!