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

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

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

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