Comment 6 for bug 1190575

Revision history for this message
Khurshid Alam (khurshid-alam) wrote :

Workaround:

On Quantal (Gwibber 3.6):

pkill gwibber
Open "/usr/share/gwibber/plugins/twitter/__init__.py" in gedit as root & change
`API_PREFIX = "https://api.twitter.com/1"` to
`API_PREFIX = "https://api.twitter.com/1.1"`

On Precise (Gwibber 3.4.2):

Same changes will work.

But time to time it tends to throw "sorry that page is not found". However I couldn't able to reproduce it.Unfortunately I am no expert in python, hence I have a hard time to figure out what API change on twitter part causing this.