Redirect URL while using OAuth
Unsolved
General and Desktop
-
I want to implement OAuth authorization flow. I ran the redditclient example provided by QT. This requires us to provide a redirect URL which in the example is as below:
Is there a way to get the authorization code without showing this redirect URL? I have QT desktop application, so not sure what the redirect URL would me in my case?