OAuth2 on iOS app load an uiwebview to let the user accept the connection(after login with his google account). I want to load a uiwebview to prompt the user to accept the connection... I must intercept when the user allow the app and than close the webview and get the code returned as parameter in the redirect url.
How can I do? Thanks