Function egg_mode::user::friends_of [] [src]

pub fn friends_of<'a, T: Into<UserID<'a>>>(
    acct: T,
    token: &'a Token
) -> CursorIter<'a, UserCursor>

Lookup the users a given account follows, also called their "friends" within the API.

This function returns an iterator over the TwitterUser objects returned by Twitter. This method defaults to returning 20 users in a single network call; the maximum is 200.