Has twitter changed there output for xml ?  below is one of the status
that are returned through the request
http://api.twitter.com/1/statuses/user_timeline.xml?include_entities=1&screen_name=superbreaker
which does have entities; hash tags specifically returned on several
status. however none as of the 9th of September like the one bellow
anyone got any ideas on this would be greatly appreciated!
I am developing in c# asp.net however this shouldn't be an issue as it
appears to be the XML that is causing the issue...


<status>
  <created_at>Wed Sep 08 15:27:44 +0000 2010</created_at>
  <id>23923594634</id>
  <text>iOS4 to be released today? http://bit.ly/b1Du5e I saw this at
the weekend too... Bring on HDR photos! #apple #iphone</text>
  <source>&lt;a href=&quot;http://www.tweetdeck.com&quot;
rel=&quot;nofollow&quot;&gt;TweetDeck&lt;/a&gt;</source>
  <truncated>false</truncated>
  <in_reply_to_status_id></in_reply_to_status_id>
  <in_reply_to_user_id></in_reply_to_user_id>
  <favorited>false</favorited>
  <in_reply_to_screen_name></in_reply_to_screen_name>
  <retweet_count></retweet_count>
  <retweeted>false</retweeted>
  <user>
    <id>6595462</id>
    <name>Tim Harper</name>
    <screen_name>superbreaker</screen_name>
    <location>East Central and Sarf London</location>
    <description>Creative Director of TheTin Ideas Activation Agency</
description>
    <profile_image_url>http://a3.twimg.com/profile_images/1115764091/
SuperbreakerCrop_normal.png</profile_image_url>
    <url>http://www.thetin.net</url>
    <protected>false</protected>
    <followers_count>101</followers_count>
    <profile_background_color>352726</profile_background_color>
    <profile_text_color>3E4415</profile_text_color>
    <profile_link_color>D02B55</profile_link_color>
    <profile_sidebar_fill_color>99CC33</profile_sidebar_fill_color>
    <profile_sidebar_border_color>829D5E</
profile_sidebar_border_color>
    <friends_count>182</friends_count>
    <created_at>Tue Jun 05 14:40:25 +0000 2007</created_at>
    <favourites_count>1</favourites_count>
    <utc_offset>0</utc_offset>
    <time_zone>London</time_zone>
    <profile_background_image_url>http://s.twimg.com/a/1283564528/
images/themes/theme5/bg.gif</profile_background_image_url>
    <profile_background_tile>false</profile_background_tile>
    <profile_use_background_image>true</profile_use_background_image>
    <notifications>false</notifications>
    <geo_enabled>false</geo_enabled>
    <verified>false</verified>
    <following>false</following>
    <statuses_count>317</statuses_count>
    <lang>en</lang>
    <contributors_enabled>false</contributors_enabled>
    <follow_request_sent>false</follow_request_sent>
    <listed_count>4</listed_count>
    <show_all_inline_media>false</show_all_inline_media>
  </user>
  <geo/>
  <coordinates/>
  <place/>
  <contributors/>
</status>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to