Api_Twitter_Statuses_UserTimeline
<!-- BEGIN_MODULE Api_Twitter_Statuses_UserTimeline --> <h2>Twitter UserTimeline</h2> <!-- BEGIN pager --> <p>last_id: {last_id}, first-id: {first_id}</p> <!-- END pager --> <!-- BEGIN notFound --> <p>not found</p> <!-- END notFound --> <!-- BEGIN unavailable --> <p>Since simplexml_load_string function is not available,it can't be displayed in the current server</p> <!-- END unavailable --> <!-- BEGIN failed --> <p>Failed to connect or API connection is not set up. check the API key setting or working condition of the API.( {error_msg} )</p> <!-- END failed --> <ul> <!-- BEGIN tweet:loop --> <li> <p><img src="{image}" alt="{id}" width="48" height="48" /></p> <p>@{screen_name} ( {user_id} / {status_id} ) <a href="{permalink}">URL</a><br /> {text}[urldecode] ( {date#m}/{date#d} {date#H}:{date#i} )</p> </li> <!-- END tweet:loop --> </ul> <!-- END_MODULE Api_Twitter_Statuses_UserTimeline -->