My url is "http://www.a.com/access_token=123abc", How can I get the value of access_token?
My url is "http://www.a.com/access_token=123abc", How can I get the value of access_token?
QUrl::allQueryItemValues or QUrl::queryItems? And aren't you missing a '?'?
greatcl (13th May 2013)
yes, the '?' is the problem. Thank you!
Bookmarks