Please see 419 [1] and 474 [2].

1. http://code.google.com/p/twitter-api/issues/detail?id=419
2. http://code.google.com/p/twitter-api/issues/detail?id=474

Doug Williams
Twitter API Support
http://twitter.com/dougw


On Mon, Apr 20, 2009 at 10:42 AM, Dimebrain <daniel.cre...@gmail.com> wrote:

>
> I'm calling /direct_messages.xml and getting back this:
>
> <direct-messages type="array">
> -
> <direct_message>
> <id>98485094</id>
> <sender_id>780830</sender_id>
> -
> <text>
> Top secret DM of incalculable value.
> </text>
> <recipient_id>11173402</recipient_id>
> <created_at>Mon Apr 20 17:14:39 +0000 2009</created_at>
> <sender_screen_name>BPAndrew</sender_screen_name>
> <recipient_screen_name>dimebrain</recipient_screen_name>
> -
> <sender>
> <id>780830</id>
> <name>Andrew M</name>
> <screen_name>BPAndrew</screen_name>
> <location>Ottawa</location>
> -
> <description>
> First Sea Lord Admiral Sir BPAndrew McHugeWangington III
> </description>
> -
> <profile_image_url>
>
> http://s3.amazonaws.com/twitter_production/profile_images/145551479/DSC03176_normal_normal.JPG
> </profile_image_url>
> <url/>
> <protected>false</protected>
> <followers_count>171</followers_count>
> <profile_background_color>1A1B1F</profile_background_color>
> <profile_text_color>666666</profile_text_color>
> <profile_link_color>2FC2EF</profile_link_color>
> <profile_sidebar_fill_color>252429</profile_sidebar_fill_color>
> <profile_sidebar_border_color>181A1E</profile_sidebar_border_color>
> <friends_count>40</friends_count>
> <created_at>Mon Feb 19 19:15:39 +0000 2007</created_at>
> <favourites_count>99</favourites_count>
> <utc_offset>-18000</utc_offset>
> <time_zone>Eastern Time (US & Canada)</time_zone>
> -
> <profile_background_image_url>
> http://static.twitter.com/images/themes/theme9/bg.gif
> </profile_background_image_url>
> <profile_background_tile>false</profile_background_tile>
> <statuses_count>6221</statuses_count>
> <notifications>false</notifications>
> <following>false</following>
> </sender>
> -
> <recipient>
> <id>11173402</id>
> <name>Daniel Crenna</name>
> <screen_name>dimebrain</screen_name>
> <location>Ottawa (soon)</location>
> -
> <description>
> Daniel Crenna builds social software. Writing a book on Twitter
> development, and creating TweetSharp with @jdiller.
> </description>
> -
> <profile_image_url>
>
> http://s3.amazonaws.com/twitter_production/profile_images/87135858/0065_540_normal.png
> </profile_image_url>
> <url>http://www.dimebrain.com</url>
> <protected>false</protected>
> <followers_count>378</followers_count>
> <profile_background_color>050f10</profile_background_color>
> <profile_text_color>333333</profile_text_color>
> <profile_link_color>0084B4</profile_link_color>
> <profile_sidebar_fill_color>e0e0e0</profile_sidebar_fill_color>
> <profile_sidebar_border_color>000000</profile_sidebar_border_color>
> <friends_count>290</friends_count>
> <created_at>Fri Dec 14 18:48:52 +0000 2007</created_at>
> <favourites_count>63</favourites_count>
> <utc_offset>-14400</utc_offset>
> <time_zone>Atlantic Time (Canada)</time_zone>
> -
> <profile_background_image_url>
>
> http://s3.amazonaws.com/twitter_production/profile_background_images/3243957/Social_Background.png
> </profile_background_image_url>
> <profile_background_tile>false</profile_background_tile>
> <statuses_count>894</statuses_count>
> <notifications>0</notifications>
> <following>0</following>
> </recipient>
> </direct_message>
> </direct-messages>
>
> The part of interest is the fact that the sender's notifications/
> following elements are populated with "false" while the recipient's
> values for the same are 0's --> smells like a bug, but wanted to check
> here first.
>

Reply via email to