Advertisement
nathanpc

showStatus XML Result Example

Sep 7th, 2011
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.81 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <status xmlns:statusnet="http://status.net/schema/api/1/">
  3.  <text>watchin' the storms roll slowly this way on the radar</text>
  4.  <truncated>false</truncated>
  5.  <created_at>Mon Jul 07 00:46:41 +0000 2008</created_at>
  6.  <in_reply_to_status_id></in_reply_to_status_id>
  7.  <source>web</source>
  8.  <id>36969</id>
  9.  <in_reply_to_user_id></in_reply_to_user_id>
  10.  <in_reply_to_screen_name></in_reply_to_screen_name>
  11.  <geo></geo>
  12.  <favorited>false</favorited>
  13.  <user>
  14.   <id>11207</id>
  15.   <name>Joseph</name>
  16.   <screen_name>trelane</screen_name>
  17.   <location>Norman, OK</location>
  18.   <description>Personal account of a Hacker-Physicist Ordinaire.</description>
  19.   <profile_image_url>http://avatar.identi.ca/11207-48-20080706153021.png</profile_image_url>
  20.   <url>http://digitasaru.net</url>
  21.   <protected>false</protected>
  22.   <followers_count>86</followers_count>
  23.   <profile_background_color></profile_background_color>
  24.   <profile_text_color></profile_text_color>
  25.   <profile_link_color></profile_link_color>
  26.   <profile_sidebar_fill_color></profile_sidebar_fill_color>
  27.   <profile_sidebar_border_color></profile_sidebar_border_color>
  28.   <friends_count>158</friends_count>
  29.   <created_at>Sun Jul 06 15:26:16 +0000 2008</created_at>
  30.   <favourites_count>27</favourites_count>
  31.   <utc_offset>-18000</utc_offset>
  32.   <time_zone>US/Central</time_zone>
  33.   <profile_background_image_url></profile_background_image_url>
  34.   <profile_background_tile>false</profile_background_tile>
  35.   <statuses_count>1755</statuses_count>
  36.   <following>false</following>
  37.   <statusnet:blocking>false</statusnet:blocking>
  38.   <notifications>false</notifications>
  39.   <statusnet:profile_url>http://identi.ca/trelane</statusnet:profile_url>
  40. </user>
  41.  <statusnet:html>watchin' the storms roll slowly this way on the radar</statusnet:html>
  42. </status>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement