This bug was fixed in the package gwibber - 3.4.2-0ubuntu2.4
---------------
gwibber (3.4.2-0ubuntu2.4) precise-proposed; urgency=medium
* debian/patches/lp_1287211.patch
- Facebook's data structure for likes has changed, fix for parsing
and getting a count (LP: #1287211)
* debian/patches/lp_1286639.patch
- Ensure all calls to twitter.com use SSL (LP: #1286639)
-- Ken VanDine <[email protected]> Mon, 03 Mar 2014 13:38:17 -0500
** Changed in: gwibber (Ubuntu Precise)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/1286639
Title:
Gwibber not adding Twitter account
Status in “gwibber” package in Ubuntu:
Invalid
Status in “gwibber” source package in Precise:
Fix Released
Bug description:
[Impact]
Twitter's API now enforces SSL for all requests, which makes the gwibber
account dialog fail to load the login page when adding an account.
[Test case]
Open the accounts dialog and attempt to add a new twitter account.
[Regression potential]
Very low, the change is required in order to load the authentication panel
for adding
an account. Without the fix it doesn't load at all, just displaying a line
of
text stating that SSL is required.
Ubuntu 12.04.4
Adding a Twitter account from gwibber does not open the twitter authorization
page.
Twitter now only accepts SSL connections.
After inspecting the code on gwibber-service-twitter files i found the
problem.
File /usr/share/gwibber/plugins/twitter/gtk/twitter/__init__.py
Line 78 and 144 - Needs to be "https" where it states "http"
File /usr/share/gwibber/plugins/twitter/__init__.py
Line 401 - Needs to be "https" where it states "http"
Editing these files with the previous fix makes adding a twitter
account working again.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1286639/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp