June 18th, 2007

populateFriendsList($limit=50,$start=0,$stop=0)

populate the class variable : $this->myFriendsList with the current users friend list

$limit : set the max friends to grab
$start : set friend offset to start at
$start : set friend offset to stop at

Ex:

//populate friends list
$this->populateFriendsList(50,10,60)