PDA

View Full Version : QWebview not logging in to Dropbox



marjun
13th February 2012, 10:04
Hi! Im Marjun.

I am developing a dropbox client. As part of the authentication process of dropbox, I need to display this url to the user: https://www.dropbox.com/1/oauth/authorize, for him/her to authorize my app. It is displayed actually, the webpage. However, when i try to click the log in button, the page was just refreshed. I'm still on the same page. :(

I tried https://mail.google.com, and it successfully logged me in.

I don't know what's happening with the dropbox url.

Here is what I did:

ui->webView->load(url);

where url is the dropbox url. That was what i did for the gmail also. But I don't get why it works with gmail and not with dropbox.

I am using Qt 4.5.0 on Windows7. I tried to compile it in 4.7.4 and it worked! But I actually need to use the qt 4.5.0. Can somebody explain what seems wrong with it? :( Thank you :)