Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
Twitter REST API – Retrieve User Timeline
Srdjans-MacBook-Pro:~ skomazec$ curl -v http://api.twitter.com/1/statuses/user_timeline/google.xml
* About to connect() to api.twitter.com port 80 (#0)
* Trying 168.143.162.45... connected
* Connected to api.twitter.com (168.143.162.45) port 80 (#0)
> GET /1/statuses/user_timeline/google.xml HTTP/1.1
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
> Host: api.twitter.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Sun, 06 Jun 2010 16:04:48 GMT
< Server: hi
< Status: 200 OK
…
< Vary: Accept-Encoding
< Connection: close
<
<?xml version="1.0" encoding="UTF-8"?>
<statuses type="array">
<status>
<created_at>Sat Jun 05 15:24:45 +0000 2010</created_at>
<id>15493557859</id>
<text>#subsaturday @youtube channels: Forbes http://goo.gl/BKnh; NHLvideo http://goo.gl/kGlK; CelebrityPlaylists http://goo.gl/BL1y</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>20536157</id>
<name>A Googler</name>
<screen_name>google</screen_name>
<location>Mountain View, CA</location>
<description>News and updates from Google</description>
<profile_image_url>http://a3.twimg.com/profile_images/77186109/favicon_normal.png</profile_image_url>
<url>http://www.google.com/support/</url>
…
Speaker notes:
Content Tools
Tools
Sources (0)
Tags (0)
Comments (0)
History
Usage
Questions (0)
Playlists (0)
Quality
Sources
There are currently no sources for this slide.