Skip to content
Advertisement

Oauth implementation in netsuite using php

I have tried to access Netsuite by account id, username and password using PHP Toolkit. And I can get customer details using the above credentials. i have access token. But Now I tried to access Netsuite using the access token. I need PHP code to access Netsuite using token and I want to get customer details.

Thanks in advance

Advertisement

Answer

Here is some code I wrote for a PHP -> NS integration using Restlets and OAuth:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement