|
From: Tadashi M. <ta...@my...> - 2013-03-04 17:18:46
|
Hi, Some bugs are found in the version that I commited yesterday. I have commited fixes for them on the GitHub repository https://github.com/hayamiz/twittering-mode . The bugs follow; - Tweets are not correctly rendered on direct message timelines, e.g. :direct_messages, :direct_messages_sent. - "400 Bad Request" occurs frequently. In addition, some timelines are obsolete in the Twitter REST API v1.1. (I forgot to write this in the previous mail.) The obsolete timeline spec strings follow; ":friends", ":replies", ":public", ":retweeted_by_me", ":retweeted_to_me", ":retweeted_by_user/USER" and ":retweeted_to_user/USER" as explained in NEWS. ":friends" and ":replies" are interpreted as ":home" and ":mentions", respectively (with warnings). --- Tadashi MATSUO <ta...@my...> |