- When creating the Signature for TBA, I have to p...
# suitescript
s
• When creating the Signature for TBA, I have to provide a 'oauth_callback', What do I have to put there ?
m
Callback should only be needed if you're using the Authorization Flow (attached). Otherwise just generate the signature using the Consumer key/secret and Token key/secret you generated in NS.
s
Well
message has been deleted
is not set and it step 1 in Netsuite documentation
message has been deleted
b
The Three-Step TBA Authorization Flow is designed for when you are writing your own application
so the callback url would be a url from your server
s
We are on Netsuite, we don't have a server.
m
You setup an integration so you can call NS from outside the system. Where is that call coming from? That would be your server.
b
3 step flow is very much overkill if you arent trying to integrate with other netsuite accounts
Manage TBA Tokens in the NetSuite UI is if you just want a token for your own account
s
I did it
message has been deleted
Now from Monaca I want to call the restlet
b
i dont recognize monaca, but the general idea is to now find an http client to make a request to your restlet
preferably one that has support for oauth 1, which is basically what TBA is
s
I agree. The connection in oauth1. It's working very well with Postman and it should be quite easy with the instructions but it's not working. Anyway, I will open a ticket with Netsuite. Thanks
b
the usual thing is that netsuite uses the realm