The most recent python-twitter API includes Api.GetDirectMessages(...) but
not Api.GetDirectMessagesSent(...) (or equivalent).
This method is specified by the Twitter API here:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-direct_messages%C2%A0sent
I have included a patch that contains this new method.
The request are response are identical to that of
Api.GetDirectMessages(...), only differing in the request URL.
I have already implemented this in my local copy, but would like to see it
included in the trunk.
Let me know if you have any questions!
Original issue reported on code.google.com by steve.bu...@gmail.com on 16 Jul 2009 at 10:29
Original issue reported on code.google.com by
steve.bu...@gmail.com
on 16 Jul 2009 at 10:29Attachments: