Revision a5ab37f...

Go back to digest for 10th June 2012

Bug Fixes in KDE-PIM

Dan Vratil committed changes in [libkgoogle] libkgapi/ui/authwidget_p.cpp:

Parse OAuth code from page title instead of body

The OAuth code used for obtaining access tokens is provided
in webpage <title> as a string. The title is guaranteed not to change
syntax, while the body of the page, from which we were parsing the token
before, can change anytime, which breaks the authentication process.


FIXED-IN: 0.4.1

File Changes

Modified 1 files
  • libkgapi/ui/authwidget_p.cpp
1 files changed in total