Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Netsuite OAuth Not Working
I've tried implementing Netsuite's OAuth Example, as illustrated here: https://netsuite.custhelp.com/app/an...ail/a_id/42165. (Also posted it directly below here)
Unfortunately, it's not working. I know that I have the correct token and consumer keys and secrets, and the correct account ID. It's giving me a nice error though:
{"error" : {"code" : "INVALID_LOGIN_ATTEMPT", "message" : "Invalid login attempt."}} I can look in my login audits, and see that it's saying that the signature is invalid. But the code itself looks fine and was provided by Netsuite.
I've also tried some approaches in Node.JS and haven't gotten them working. A few of the attempts that I've tried other Netsuite customers have working on their end, but they don't seem to be on mine. Any suggestions as to which direction I should go next?
0