Hi,
I need some insight on how the built in FInesse js file is leveraged in this scenario for Pause and Resume gadgets:
Pause/Resume gadget calls XML file (leverages finesse js library) >> XML file calls js file >> js file calls a URL (API) for Pause and another for Resume.
It appears to me that the client.logger code is being leveraged ffrom the finesse js file. There are lines of code in the Finesse js file that mentions and Open AJAX call and then a Redirect URI being created.
Question - Is the Open AJAX and Redirect URI (in the code above) taking the URL's I have in the original js file to create the server to server communication?
Thanks,