Beispiel #1
0
 function ownFriendsTimeline($offset = 0, $limit = NOTICES_PER_PAGE, $since_id = 0, $before_id = 0)
 {
     return Inbox::streamNotices($this->id, $offset, $limit, $since_id, $before_id, true);
 }