I'm sorry, I was indeed unclear...
Implementing the OAuth2 authorization via the
GTMOAuth2ViewControllerTouch object as provided in the YouTube sample
of the Objective-C examples, however on iOS, not OSX.
Everything works fine, except for right after the user approves or
denies the request. There is a "page" that is loaded right after that
which says "Please copy this code,switch to your application and copy
it there:"
I do not wish for the user to see it, because it is dismissed right
after the complete callback is called and is irrelevant for the user
(he/she do not actually need to do what the page is saying).
This view/page is displayed before the callback is called and thus I
was wondering how can I avoid it altogether, meaning, right after the
user taps accept or deny on the request confirmation page?
Thanks for the help!