Got this to work. Thanks for the help. I added a complete event with a custom javascript action shown below. var access_token = jqXHR.responseText.split("=")[1]; localStorage.setItem('access_token', access_token); This is a slight variation the script described at the following link. http:...