GET statuses/friends_timeline
Returns the 20 most recent statuses posted by the authenticating user and the user's they follow. This is the same timeline seen by a user when they login to twitter.com.
This method is identical to statuses/home_timeline, except that this method will only include retweets if the include_rts parameter is set. The RSS and Atom responses will always include retweets as statuses prefixed with RT.
This method is can only return up to 800 statuses. If include_rts is set only 800 statuses, including retweets if they exist, can be returned.
URL
http://api.twitter.com/version/statuses/friends_timeline.format
Supported formats
json, xml, rss, atom
Supported request methods
GET
Requires Authentication
Rate Limited
Parameters
Optional
-
since_id
Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available.
- http://api.twitter.com/1/statuses/friends_timeline.json?since_id=12345
-
max_id
Returns results with an ID less than (that is, older than) or equal to the specified ID.
- http://api.twitter.com/1/statuses/friends_timeline.json?max_id=54321
-
count
Specifies the number of records to retrieve. Must be less than or equal to 200.
- http://api.twitter.com/1/statuses/friends_timeline.json?count=5
-
page
Specifies the page of results to retrieve.
- http://api.twitter.com/1/statuses/friends_timeline.json?page=3
-
trim_user
When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object.
- http://api.twitter.com/1/statuses/friends_timeline.json?trim_user=true
-
include_rts
When set to either true, t or 1,the timeline will contain native retweets (if they exist) in addition to the standard stream of tweets. The output format of retweeted tweets is identical to the representation you see in home_timeline. Note: If you're using the trim_user parameter in conjunction with include_rts, the retweets will still contain a full user object.
- http://api.twitter.com/1/statuses/friends_timeline.json?include_rts=true
-
include_entities
When set to either true, t or 1, each tweet will include a node called "entities,". This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. While entities are opt-in on timelines at present, they will be made a default component of output in the future. See Tweet Entities for more detail on entities.
- http://api.twitter.com/1/statuses/friends_timeline.json?include_entities=true
Example requests
RSS
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
<?xml version="1.0" encoding="UTF-8"?> <feed xml:lang="en-US" xmlns:georss="http://www.georss.org/georss" xmlns="http://www.w3.org/2005/Atom" xmlns:twitter="http://api.twitter.com"> <title>Twitter / themattharris with friends</title> <id>tag:twitter.com,2007:Status</id> <link type="text/html" rel="alternate" href="http://twitter.com/themattharris/with_friends"/> <link type="application/atom+xml" rel="self" href="https://api.twitter.com/1/statuses/home_timeline.atom?count=30"/> <updated>2010-07-16T17:11:41+00:00</updated> <subtitle>Twitter updates and retweets from Matt Harris / themattharris and folks.</subtitle> <entry> <title>cindyli: got a lovely surprise from @craftybeans. She sent me the best tshirt ever. http://www.flickr.com/photos/cindyli/4799054041/ ::giggles::</title> <content type="html">cindyli: got a lovely surprise from @craftybeans. She sent me the best tshirt ever. http://www.flickr.com/photos/cindyli/4799054041/ ::giggles::</content> <id>tag:twitter.com,2007:http://twitter.com/cindyli/statuses/18700887835</id> <published>2010-07-16T16:58:46+00:00</published> <updated>2010-07-16T16:58:46+00:00</updated> <link type="text/html" rel="alternate" href="http://twitter.com/cindyli/statuses/18700887835"/> <link type="image/jpeg" rel="image" href="http://a1.twimg.com/profile_images/553508996/43082001_N00_normal.jpg"/> <author> <name>cindy li</name> <uri>http://www.cindyli.com</uri> </author> <twitter:source>web</twitter:source> <twitter:place/> </entry> <entry> <title>dburka: Anything is possible when you're in the library... with a celestial sandwich: http://bit.ly/libraryman (via @iamcal)</title> <content type="html">dburka: Anything is possible when you're in the library... with a celestial sandwich: http://bit.ly/libraryman (via @iamcal)</content> <id>tag:twitter.com,2007:http://twitter.com/dburka/statuses/18700688341</id> <published>2010-07-16T16:55:52+00:00</published> <updated>2010-07-16T16:55:52+00:00</updated> <link type="text/html" rel="alternate" href="http://twitter.com/dburka/statuses/18700688341"/> <link type="image/jpeg" rel="image" href="http://a3.twimg.com/profile_images/74260755/2009-square-small_normal.jpg"/> <author> <name>Daniel Burka</name> <uri>http://deltatangobravo.com</uri> </author> <twitter:source>web</twitter:source> <twitter:place xmlns:georss="http://www.georss.org/georss"> <twitter:id>5a110d312052166f</twitter:id> <twitter:name>San Francisco</twitter:name> <twitter:full_name>San Francisco, CA</twitter:full_name> <twitter:place_type>city</twitter:place_type> <twitter:url>http://api.twitter.com/1/geo/id/5a110d312052166f.json</twitter:url> <twitter:attributes/> <twitter:bounding_box> <georss:polygon>37.70813196 -122.51368188 37.70813196 -122.35845384 37.83245301 -122.35845384 37.83245301 -122.51368188</georss:polygon> </twitter:bounding_box> <twitter:country code="US">The United States of America</twitter:country> </twitter:place> </entry> <entry> <title>kplawver: Walking the DOM like Huggybear.</title> <content type="html">kplawver: Walking the DOM like Huggybear.</content> <id>tag:twitter.com,2007:http://twitter.com/kplawver/statuses/18699620902</id> <published>2010-07-16T16:40:34+00:00</published> <updated>2010-07-16T16:40:34+00:00</updated> <link type="text/html" rel="alternate" href="http://twitter.com/kplawver/statuses/18699620902"/> <link type="image/jpeg" rel="image" href="http://a3.twimg.com/profile_images/980477983/oh_lawver_normal.jpg"/> <author> <name>Kevin Lawver</name> <uri>http://lawver.net</uri> </author> <twitter:source><a href=http://webarchive.nationalarchives.gov.uk/20100505213210/http://dev.twitter.com/doc/get/statuses/"http://twitter.com" rel="nofollow">Tweetie for Mac</a></twitter:source> <twitter:place/> </entry> </feed> |
JSON
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 |
[
{
"coordinates": null,
"favorited": false,
"created_at": "Fri Jul 16 16:58:46 +0000 2010",
"truncated": false,
"entities": {
"urls": [
{
"expanded_url": null,
"url": "http://www.flickr.com/photos/cindyli/4799054041/",
"indices": [
75,
123
]
}
],
"hashtags": [
],
"user_mentions": [
{
"name": "Stephanie",
"id": 15473839,
"indices": [
27,
39
],
"screen_name": "craftybeans"
}
]
},
"text": "got a lovely surprise from @craftybeans. She sent me the best tshirt ever. http://www.flickr.com/photos/cindyli/4799054041/ ::giggles::",
"annotations": null,
"contributors": null,
"id": 18700887835,
"geo": null,
"in_reply_to_user_id": null,
"place": null,
"in_reply_to_screen_name": null,
"user": {
"name": "cindy li",
"profile_sidebar_border_color": "AD0066",
"profile_background_tile": false,
"profile_sidebar_fill_color": "AD0066",
"created_at": "Wed Nov 29 06:08:08 +0000 2006",
"profile_image_url": "http://a1.twimg.com/profile_images/553508996/43082001_N00_normal.jpg",
"location": "San Francisco, CA",
"profile_link_color": "FF8500",
"follow_request_sent": false,
"url": "http://www.cindyli.com",
"favourites_count": 465,
"contributors_enabled": false,
"utc_offset": -28800,
"id": 29733,
"profile_use_background_image": true,
"profile_text_color": "000000",
"protected": false,
"followers_count": 3395,
"lang": "en",
"notifications": true,
"time_zone": "Pacific Time (US & Canada)",
"verified": false,
"profile_background_color": "cfe8f6",
"geo_enabled": true,
"description": "Just me, Cindy Li.Giving cute substance since 1997.
Married to @themattharris.
Product designer for Yahoo! ",
"friends_count": 542,
"statuses_count": 4847,
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/3368753/twitter_flowerbig.gif",
"following": true,
"screen_name": "cindyli"
},
"source": "web",
"in_reply_to_status_id": null
},
{
"coordinates": null,
"favorited": false,
"created_at": "Fri Jul 16 16:55:52 +0000 2010",
"truncated": false,
"entities": {
"urls": [
{
"expanded_url": null,
"url": "http://bit.ly/libraryman",
"indices": [
78,
102
]
}
],
"hashtags": [
],
"user_mentions": [
{
"name": "Cal Henderson",
"id": 6104,
"indices": [
108,
115
],
"screen_name": "iamcal"
}
]
},
"text": "Anything is possible when you're in the library... with a celestial sandwich: http://bit.ly/libraryman (via @iamcal)",
"annotations": null,
"contributors": null,
"id": 18700688341,
"geo": null,
"in_reply_to_user_id": null,
"place": {
"name": "San Francisco",
"country_code": "US",
"country": "The United States of America",
"attributes": {
},
"url": "http://api.twitter.com/1/geo/id/5a110d312052166f.json",
"id": "5a110d312052166f",
"bounding_box": {
"coordinates": [
[
[
-122.51368188,
37.70813196
],
[
-122.35845384,
37.70813196
],
[
-122.35845384,
37.83245301
],
[
-122.51368188,
37.83245301
]
]
],
"type": "Polygon"
},
"full_name": "San Francisco, CA",
"place_type": "city"
},
"in_reply_to_screen_name": null,
"user": {
"name": "Daniel Burka",
"profile_sidebar_border_color": "a655ec",
"profile_background_tile": true,
"profile_sidebar_fill_color": "f1ccff",
"created_at": "Mon Jan 15 15:22:14 +0000 2007",
"profile_image_url": "http://a3.twimg.com/profile_images/74260755/2009-square-small_normal.jpg",
"location": "San Francisco",
"profile_link_color": "5a0d91",
"follow_request_sent": false,
"url": "http://deltatangobravo.com",
"favourites_count": 92,
"contributors_enabled": false,
"utc_offset": -28800,
"id": 635543,
"profile_use_background_image": true,
"profile_text_color": "0C3E53",
"protected": false,
"followers_count": 9950,
"lang": "en",
"notifications": false,
"time_zone": "Pacific Time (US & Canada)",
"verified": false,
"profile_background_color": "BADFCD",
"geo_enabled": true,
"description": "Director of design at Tiny Speck. Ex-Creative director at Digg. CSS. Design. UX. Climbing. Cycling. Chilaquiles mmm.",
"friends_count": 219,
"statuses_count": 806,
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/4444585/back.png",
"following": true,
"screen_name": "dburka"
},
"source": "web",
"in_reply_to_status_id": null
},
...
{
"coordinates": null,
"favorited": false,
"created_at": "Fri Jul 16 16:40:34 +0000 2010",
"truncated": false,
"entities": {
"urls": [
],
"hashtags": [
],
"user_mentions": [
]
},
"text": "Walking the DOM like Huggybear.",
"annotations": null,
"contributors": null,
"id": 18699620902,
"geo": null,
"in_reply_to_user_id": null,
"place": null,
"in_reply_to_screen_name": null,
"user": {
"name": "Kevin Lawver",
"profile_sidebar_border_color": "A8A37E",
"profile_background_tile": true,
"profile_sidebar_fill_color": "E6E2B0",
"created_at": "Sat Jul 29 18:23:37 +0000 2006",
"profile_image_url": "http://a3.twimg.com/profile_images/980477983/oh_lawver_normal.jpg",
"location": "Savannah, GA, US",
"profile_link_color": "DC4104",
"follow_request_sent": false,
"url": "http://lawver.net",
"favourites_count": 148,
"contributors_enabled": false,
"utc_offset": -18000,
"id": 3404,
"profile_use_background_image": true,
"profile_text_color": "003030",
"protected": false,
"followers_count": 1049,
"lang": "en",
"notifications": false,
"time_zone": "Eastern Time (US & Canada)",
"verified": false,
"profile_background_color": "003030",
"geo_enabled": true,
"description": "Nerd who loves web standards, Ruby on Rails and all things webbish. Chief Architect @ http://uplaya.com and co-founder of http://ficly.com. Happy dad & husband.",
"friends_count": 268,
"statuses_count": 10561,
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/1391712/twitter_back.png",
"following": true,
"screen_name": "kplawver"
},
"source": "<a href=http://webarchive.nationalarchives.gov.uk/20100505213210/http://dev.twitter.com/doc/get/statuses/"http://twitter.com" rel="nofollow">Tweetie for Mac</a>",
"in_reply_to_status_id": null
},
] |
ATOM
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
<?xml version="1.0" encoding="UTF-8"?> <rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:georss="http://www.georss.org/georss" xmlns:twitter="http://api.twitter.com"> <channel> <title>Twitter / themattharris with friends</title> <link>http://twitter.com/themattharris/with_friends</link> <atom:link type="application/rss+xml" rel="self" href="https://api.twitter.com/1/statuses/home_timeline.rss?count=30"/> <description>Twitter updates and retweets from Matt Harris / themattharris and folks.</description> <language>en-us</language> <ttl>40</ttl> <item> <title>cindyli: got a lovely surprise from @craftybeans. She sent me the best tshirt ever. http://www.flickr.com/photos/cindyli/4799054041/ ::giggles::</title> <description>cindyli: got a lovely surprise from @craftybeans. She sent me the best tshirt ever. http://www.flickr.com/photos/cindyli/4799054041/ ::giggles::</description> <pubDate>Fri, 16 Jul 2010 16:58:46 +0000</pubDate> <guid>http://twitter.com/cindyli/statuses/18700887835</guid> <link>http://twitter.com/cindyli/statuses/18700887835</link> <twitter:source>web</twitter:source> <twitter:place/> </item> <item> <title>dburka: Anything is possible when you're in the library... with a celestial sandwich: http://bit.ly/libraryman (via @iamcal)</title> <description>dburka: Anything is possible when you're in the library... with a celestial sandwich: http://bit.ly/libraryman (via @iamcal)</description> <pubDate>Fri, 16 Jul 2010 16:55:52 +0000</pubDate> <guid>http://twitter.com/dburka/statuses/18700688341</guid> <link>http://twitter.com/dburka/statuses/18700688341</link> <twitter:source>web</twitter:source> <twitter:place xmlns:georss="http://www.georss.org/georss"> <twitter:id>5a110d312052166f</twitter:id> <twitter:name>San Francisco</twitter:name> <twitter:full_name>San Francisco, CA</twitter:full_name> <twitter:place_type>city</twitter:place_type> <twitter:url>http://api.twitter.com/1/geo/id/5a110d312052166f.json</twitter:url> <twitter:attributes/> <twitter:bounding_box> <georss:polygon>37.70813196 -122.51368188 37.70813196 -122.35845384 37.83245301 -122.35845384 37.83245301 -122.51368188</georss:polygon> </twitter:bounding_box> <twitter:country code="US">The United States of America</twitter:country> </twitter:place> </item> ... <item> <title>kplawver: Walking the DOM like Huggybear.</title> <description>kplawver: Walking the DOM like Huggybear.</description> <pubDate>Fri, 16 Jul 2010 16:40:34 +0000</pubDate> <guid>http://twitter.com/kplawver/statuses/18699620902</guid> <link>http://twitter.com/kplawver/statuses/18699620902</link> <twitter:source><a href=http://webarchive.nationalarchives.gov.uk/20100505213210/http://dev.twitter.com/doc/get/statuses/"http://twitter.com" rel="nofollow">Tweetie for Mac</a></twitter:source> <twitter:place/> </item> </channel> </rss> |
XML
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 |
<?xml version="1.0" encoding="UTF-8"?> <statuses type="array"> <status> <created_at>Fri Jul 16 16:58:46 +0000 2010</created_at> <id>18700887835</id> <text>got a lovely surprise from @craftybeans. She sent me the best tshirt ever. http://www.flickr.com/photos/cindyli/4799054041/ ::giggles::</text> <source>web</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> <user> <id>29733</id> <name>cindy li</name> <screen_name>cindyli</screen_name> <location>San Francisco, CA</location> <description>Just me, Cindy Li.Giving cute substance since 1997. Married to @themattharris. Product designer for Yahoo! </description> <profile_image_url>http://a1.twimg.com/profile_images/553508996/43082001_N00_normal.jpg</profile_image_url> <url>http://www.cindyli.com</url> <protected>false</protected> <followers_count>3395</followers_count> <profile_background_color>cfe8f6</profile_background_color> <profile_text_color>000000</profile_text_color> <profile_link_color>FF8500</profile_link_color> <profile_sidebar_fill_color>AD0066</profile_sidebar_fill_color> <profile_sidebar_border_color>AD0066</profile_sidebar_border_color> <friends_count>542</friends_count> <created_at>Wed Nov 29 06:08:08 +0000 2006</created_at> <favourites_count>465</favourites_count> <utc_offset>-28800</utc_offset> <time_zone>Pacific Time (US & Canada)</time_zone> <profile_background_image_url>http://a3.twimg.com/profile_background_images/3368753/twitter_flowerbig.gif</profile_background_image_url> <profile_background_tile>false</profile_background_tile> <profile_use_background_image>true</profile_use_background_image> <notifications>true</notifications> <geo_enabled>true</geo_enabled> <verified>false</verified> <following>true</following> <statuses_count>4847</statuses_count> <lang>en</lang> <contributors_enabled>false</contributors_enabled> <follow_request_sent>false</follow_request_sent> </user> <geo/> <coordinates/> <place/> <contributors/> <annotations/> <entities> <user_mentions> <user_mention end="39" start="27"> <id>15473839</id> <screen_name>craftybeans</screen_name> <name>Stephanie</name> </user_mention> </user_mentions> <urls> <url end="123" start="75"> <url>http://www.flickr.com/photos/cindyli/4799054041/</url> <expanded_url/> </url> </urls> <hashtags/> </entities> </status> <status> <created_at>Fri Jul 16 16:55:52 +0000 2010</created_at> <id>18700688341</id> <text>Anything is possible when you're in the library... with a celestial sandwich: http://bit.ly/libraryman (via @iamcal)</text> <source>web</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> <user> <id>635543</id> <name>Daniel Burka</name> <screen_name>dburka</screen_name> <location>San Francisco</location> <description>Director of design at Tiny Speck. Ex-Creative director at Digg. CSS. Design. UX. Climbing. Cycling. Chilaquiles mmm.</description> <profile_image_url>http://a3.twimg.com/profile_images/74260755/2009-square-small_normal.jpg</profile_image_url> <url>http://deltatangobravo.com</url> <protected>false</protected> <followers_count>9949</followers_count> <profile_background_color>BADFCD</profile_background_color> <profile_text_color>0C3E53</profile_text_color> <profile_link_color>5a0d91</profile_link_color> <profile_sidebar_fill_color>f1ccff</profile_sidebar_fill_color> <profile_sidebar_border_color>a655ec</profile_sidebar_border_color> <friends_count>219</friends_count> <created_at>Mon Jan 15 15:22:14 +0000 2007</created_at> <favourites_count>92</favourites_count> <utc_offset>-28800</utc_offset> <time_zone>Pacific Time (US & Canada)</time_zone> <profile_background_image_url>http://a3.twimg.com/profile_background_images/4444585/back.png</profile_background_image_url> <profile_background_tile>true</profile_background_tile> <profile_use_background_image>true</profile_use_background_image> <notifications>false</notifications> <geo_enabled>true</geo_enabled> <verified>false</verified> <following>true</following> <statuses_count>806</statuses_count> <lang>en</lang> <contributors_enabled>false</contributors_enabled> <follow_request_sent>false</follow_request_sent> </user> <geo/> <coordinates/> <place xmlns:georss="http://www.georss.org/georss"> <id>5a110d312052166f</id> <name>San Francisco</name> <full_name>San Francisco, CA</full_name> <place_type>city</place_type> <url>http://api.twitter.com/1/geo/id/5a110d312052166f.json</url> <attributes/> <bounding_box> <georss:polygon>37.70813196 -122.51368188 37.70813196 -122.35845384 37.83245301 -122.35845384 37.83245301 -122.51368188</georss:polygon> </bounding_box> <country code="US">The United States of America</country> </place> <contributors/> <annotations/> <entities> <user_mentions> <user_mention end="115" start="108"> <id>6104</id> <screen_name>iamcal</screen_name> <name>Cal Henderson</name> </user_mention> </user_mentions> <urls> <url end="102" start="78"> <url>http://bit.ly/libraryman</url> <expanded_url/> </url> </urls> <hashtags/> </entities> </status> ... <status> <created_at>Fri Jul 16 16:40:34 +0000 2010</created_at> <id>18699620902</id> <text>Walking the DOM like Huggybear.</text> <source><a href=http://webarchive.nationalarchives.gov.uk/20100505213210/http://dev.twitter.com/doc/get/statuses/"http://twitter.com" rel="nofollow">Tweetie for Mac</a></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> <user> <id>3404</id> <name>Kevin Lawver</name> <screen_name>kplawver</screen_name> <location>Savannah, GA, US</location> <description>Nerd who loves web standards, Ruby on Rails and all things webbish. Chief Architect @ http://uplaya.com and co-founder of http://ficly.com. Happy dad & husband.</description> <profile_image_url>http://a3.twimg.com/profile_images/980477983/oh_lawver_normal.jpg</profile_image_url> <url>http://lawver.net</url> <protected>false</protected> <followers_count>1048</followers_count> <profile_background_color>003030</profile_background_color> <profile_text_color>003030</profile_text_color> <profile_link_color>DC4104</profile_link_color> <profile_sidebar_fill_color>E6E2B0</profile_sidebar_fill_color> <profile_sidebar_border_color>A8A37E</profile_sidebar_border_color> <friends_count>268</friends_count> <created_at>Sat Jul 29 18:23:37 +0000 2006</created_at> <favourites_count>148</favourites_count> <utc_offset>-18000</utc_offset> <time_zone>Eastern Time (US & Canada)</time_zone> <profile_background_image_url>http://a1.twimg.com/profile_background_images/1391712/twitter_back.png</profile_background_image_url> <profile_background_tile>true</profile_background_tile> <profile_use_background_image>true</profile_use_background_image> <notifications>false</notifications> <geo_enabled>true</geo_enabled> <verified>false</verified> <following>true</following> <statuses_count>10561</statuses_count> <lang>en</lang> <contributors_enabled>false</contributors_enabled> <follow_request_sent>false</follow_request_sent> </user> <geo/> <coordinates/> <place/> <contributors/> <annotations/> <entities> <user_mentions/> <urls/> <hashtags/> </entities> </status> </statuses> |