After my web application completes the OAuth process and redirects to my web application only, google returns a "code" in a request to get the access_tokens later. Is there anyway i can capture that request and extract the "code" param from the request ??
Any help would suffice. Thanks