jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Change in twitter API breaks lsreplies #41

Closed awormus closed 11 years ago

awormus commented 12 years ago

A change in the Twitter API went into effect on the 27th of June which got rid of the /statuses/replies.xml endpoint and replaced it with /statuses/mentions.xml

The change is very simple, but because of the requirement of an older version of HaXml I wasn't able to compile it.