From fc4a238e2ee8de0d91f27adcab808ed2be447b24 Mon Sep 17 00:00:00 2001 From: George Ornbo Date: Thu, 3 Sep 2009 07:24:09 +0100 Subject: [PATCH] adding home_timeline method to twit-ee --- _posts/2009-08-05-twitee.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_posts/2009-08-05-twitee.markdown b/_posts/2009-08-05-twitee.markdown index b4ebe22..223c943 100644 --- a/_posts/2009-08-05-twitee.markdown +++ b/_posts/2009-08-05-twitee.markdown @@ -7,7 +7,7 @@ summary: Show data from Twitter API in templates categories: expressionengine modules lighthouse: 30598-twit-ee github: twit-ee.ee_addon -github_tags: [1.3, 1.2, 1.1, 1.0.2, 1.0.1, 1.0.0, beta-1] +github_tags: [1.3.1, 1.3, 1.2, 1.1, 1.0.2, 1.0.1, 1.0.0, beta-1] pledgie: 2898 --- @@ -63,6 +63,13 @@ Returns the 20 most recent statuses from non-protected users who have set a cust {exp:twitee:public_timeline} {/exp:twitee:public_timeline} +#### Home Timeline #### + +Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. This is the equivalent of /timeline/home on the Web. + + {exp:twitee:home_timeline} + {/exp:twitee:home_timeline} + #### Friends Timeline #### Returns the 20 most recent statuses posted by the authenticating user and that user's friends. This is the equivalent of /home on the Web.