Public API reference
getUserReplies
This method returns the replies of the auth user.
This method require authentication
Parameters
- since: Narrows the returned results to just the 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>@twitxr thx</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> <comment> <user>albert</user> <text>this is a comment, only the last 3 are returned</text> <timestamp>1219267191</timestamp> </comment> </update> <update id="2212"> <user>albert</user> <url>http://twitxr.com/albert/updates/2212</url> <avatar>http://twitxr.com/avatars/a/albert-80.jpg?t=1201089568</avatar> <timestamp>1203334765</timestamp> <text>bye @twitxr</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> </update> </result>

