I need to an integrate an 3rd party API (Navispher...
# suitescript
a
I need to an integrate an 3rd party API (Navisphere by C.H. Robinson) with Netsuite. This integration says it uses OAuth v2.0. I remember recently there was discussion here in #C29HQS63G that v2.0 was problematic to integrate with Netsuite. I am correct about this? Is this going to give me issues
b
Navisphere's implementation of OAuth2 is probably better than NetSuite's implementation
you would need to check the details
NetSuite's OAuth2 implementation should have no effect on Navisphere's
a
@battk . Ah! You mean the issue people were having was integrating TO Netsuite with OAuth2.0, but for me to be making calls from netsuite to a 3rd party API should be fine. Correct?
b
should be fine, but keep in mind that SuiteScript has no native support for OAuth2
expect to understand how it works yourself
a
Thank you