Public API reference
getPublicTimeline
This method returns the latest 20 posts in whole twitxr.
This method doesn't require authentication
Parameters
- This method doesn't require parameters
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>this is a comment, only the last 3 are returned</text> <timestamp>1219267191</timestamp> </comment> </update> </result>
