When using AuthSub authentication, after the user logs into a Google service they are redirected back to the original page with a authentication token in the URL:
http://www.example.com/?token=XXXXXXXXXXXXXXXXXXX
Is it possible to remove this token when the page is redirected?
Additionally, why isn't the success callback function being executed when the making this GET request (to the AuthSub page) with Jquery's $.get function?