With the following code I get an empty string: xhr.setApi("/oauth/authorize"); xhr.clearParams(); xhr.setParam("response_type","code"); xhr.setParam("redirect_uri","urn:ietf:wg:oauth:2.0:oob"); xhr.setParam("client_id",app.client_id); xhr.setParam("force_login",true) xhr.get(); Am I supposed to give username and password with this API? I can't show the website in the app, that would require a dependency to Qt Webengine...
Roland Häder and Marco R. like this.