Hi,
I'm going to develop an app that will consume OAuth from certain web. For that, the website owner already created wrapper class. My question is, how do I include it on my JS?
is it just like the usual javascript include in HTML:
or like node.js:Code:<script type="text/javascript" src="somelibrary.js"></script>
Thank you.Code:require('somelibrary.js');

Reply With Quote

