Public API reference
getFriendsTimeline
This method returns the posts of the requested user and all the people that he follows.
This method requires authentication
Parameters
- user: The username of the user of whom to return the friends timeline
- since: Narrows the returned results to just those posts created after the specified timestamp (Numeric UNIX timestamp, OPTIONAL)
- page: Gets the next 20 posts of the specified user (Numeric integer, OPTIONAL)
Example response
<?xml version="1.0" encoding="UTF-8"?> <result code="done"> <update id="2509"> <user>victor</user> <avatar>http://twitxr.com/avatars/v/victor-80.jpg?t=1201089568</avatar> <url>http://twitxr.com/victor/updates/2509</url> <timestamp>1203350338</timestamp> <text>@harper http://threadless.com rules!!</text> <picture>http://twitxr.com/image/2509/th</picture> <reply>2507</reply> <location> <lat>41.960948</lat> <lng>2.835927</lng> <place>Carrer de Puigsacalm, 17005 Girona, Spain</place> </location> <source> <application>iPhone</application> <applicationURL>http://twitxr.com/iphoneclient/</applicationURL> </source> </update> <update id="2212"> <user>twitxr</user> <url>http://twitxr.com/twitxr/updates/2212</url> <avatar>http://twitxr.com/avatars/t/twitxr-80.jpg?t=1201089568</avatar> <timestamp>1203334765</timestamp> <text>From now on you're going to see the source app off the post :)</text> <picture>http://twitxr.com/image/2212/th</picture> <reply></reply> <location> <lat>41.960948</lat> <lng>2.835927</lng> <place>Carrer de Puigsacalm, 17005 Girona, Spain</place> </location> <source> <application>iPhone</application> <applicationURL>http://twitxr.com/iphoneclient/</applicationURL> </source> <comment> <user>albert</user> <text>great improvement!</text> <timestamp>1219267191</timestamp> </comment> </update> </result>

