Skip to content
Advertisement

NetSuite connect using PHP oAuth 1.0 getting error

Hi I want to connect netsuite using PHP . I tried in Postman and it is working properly . Request is sending and i am getting result .

So i want to execue the same thing using PHP . So i wirte the following code .

JavaScript

But I’m getting the following error :

{"error" : {"code" : "INVALID_LOGIN_ATTEMPT", "message" : "Invalid login attempt."}}

How can I solve this?

Advertisement

Answer

You missed account id in the url

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