Skip to content

Commit

Permalink
adding home_timeline method to twit-ee
Browse files Browse the repository at this point in the history
  • Loading branch information
George Ornbo committed Sep 3, 2009
1 parent f9927fe commit fc4a238
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _posts/2009-08-05-twitee.markdown
Expand Up @@ -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

---
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit fc4a238

Please sign in to comment.