gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00378
[Bug 544495] Re: Support Twitter/StatusNet native retweeting from client
This feature is really important. Right now, new-style retweets show
like old-style ones, with the last few characters (i.e. those displaced
by the "RT @JoeBloggs" at the beginning) missing, which is often a bit
of a URL. Gwibber is the last major Twitter client not to implement
this.
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/544495
Title:
Support Twitter/StatusNet native retweeting from client
Status in Gwibber:
Triaged
Status in “gwibber” package in Ubuntu:
Triaged
Bug description:
Twitter supports this native retweeting functionality through the API:
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweet
All that is needed is the original tweet's unique ID number.
identi.ca/status.net does the same, except make
http://api.twitter.com/1/statuses/retweet/25686488.xml
look like
http://identi.ca/api/statuses/retweet/25686488.xml
(that is not explicitly called out at http://status.net/wiki/Twitter-compatible_API but I just did it myself using curl.
This could probably be a setting in preferences (ugh, yet another?):
"Use native retweeting/repeating functionality when available?"