I need to create an integration with quickbooks, but it doesn't have a client-based oauth library like google does. Are they any disadvantages as to using nodejs for the oauth integration? I am using http://oauth.net/core/1.0a/#anchor43, as a reference as to how to obtain tokens, but I'm a bit confused on the oauth_signature. I used http://forum.espocrm.com/forum/devel...tom-javascript as reference to including an external library.They have a custom button ("ipp:connectToIntuit"), but the button doesn't show on the page. Also not sure where to include the code below:
PHP Code:
var parser = document.createElement("a"); ​parser.href = document.url; intuit.ipp.anywhere.setup({ menuProxy:"", grantUrl: "http://" + parser.hostname + "/pathname" });
Comment