Hi everyone - has anybody had luck trying the The ...
# suitescript
j
Hi everyone - has anybody had luck trying the The Three-Step TBA Authorization Flow? I’m getting an Invalid Login Error every time and I’ve verified that I’m generating the right authorization header based on the example in the help center but when I plug in my values it doesn’t seem to work.
b
use an oauth 1 based library for your first attempt
j
which one do you recommend ?
b
language?
j
JS
j
hmm okay well I don’t really need a oauth lib to use because I’m already using cryptoJS to make oauth_signature and its spitting out the correct value based on the example in the help center
do you have a code snippit I can see that is working?
b
it also does things like get the encoding correct
j
nevermind I figured it out!