Summary: | uses deprecated HTTP Basic authentication for Twitter | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Marcus Better <marcus> |
Component: | widget-microblogging | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | asraniel, rjpbitanga |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcus Better
2010-06-18 06:36:18 UTC
there was some talk about that... i thought that was already fixed (In reply to comment #1) > there was some talk about that... i thought that was already fixed I only looked quickly at the code and didn't see any sign of this, but I could have been looking at the wrong layer... network capture is not much use either since it's using HTTPS. Fixed in trunk. Can someone please close this bug? SVN commit 1141669 by wstephens: Backport r1141365, adding OAuth support to the Twitter dataengine BUG: 242048 M +5 -2 CMakeLists.txt A oauth.cpp [License: LGPL (v2+)] A oauth.h [License: LGPL (v2+)] M +102 -8 timelinesource.cpp M +19 -0 timelinesource.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1141669 |