twitter: Add home-timeline and home-timeline.

db4
Doug Coleman 2014-02-05 20:32:44 -08:00
parent 6fd5b9766b
commit 03f4ad3943
2 changed files with 4 additions and 0 deletions

View File

@ -58,3 +58,4 @@ CONSTANT: tweet-metadata-style
: friends-timeline. ( -- ) friends-timeline [ tweet. ] each ;
: public-timeline. ( -- ) public-timeline [ tweet. ] each ;
: user-timeline. ( user -- ) user-timeline [ tweet. ] each ;
: home-timeline. ( -- ) home-timeline [ tweet. ] each ;

View File

@ -166,3 +166,6 @@ PRIVATE>
: user-timeline ( username -- tweets )
"user_timeline/" prepend timeline ;
: home-timeline ( -- tweets )
"home_timeline" timeline ;