History | Log In      
Issue Details (XML | Word | Printable)

Key: TFJ-10
Type: New Feature
Status: Closed
Resolution: Fixed
Priority: Major
Assignee: Yusuke Yamamoto
Reporter: Yusuke Yamamoto
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Twitter4J

support "sender" and "recipient" elements in direct messages

Created: 10/Jul/07 10:37 AM   Updated: 16/Jul/07 12:18 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0.2


 Description  « Hide
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/8ac4c0a09c171a52
---------------------
1. There will now be "sender" and "recipient" elements that contain
the standard user attributes inline with every direct message. This
saves you an API request if you need to know more about the sender or
recipient of a message than just her ID or screen name. The existing
sender_id, recipient_id, sender_screen_name, and
recipient_screen_name attributes will be deprecated next month.
---------------------


 All   Comments   Change History   Subversion Commits      Sort Order:
Yusuke Yamamoto - [16/Jul/07 12:18 PM ]
added "getSender()" and "getRecipient()" method to twitter4j.DirectMessage class