Hey guys,
Never worked with an api with OAuth .
Bottom line, I have a site, which has a form (my form).
on form submit I want to use the API in order to add the contact to my infusionsoft account. (without redirecting the user or anything).
1.can I accomplish that with simple front-end Javascript or it requires some backend as well as redirecting the user?
2.Can I save a permanent token and re-use it so I won’t have to authroize myself everytime a user submits the form?
thanks alot.