[−][src]Function egg_mode::user::friends_of
ⓘImportant traits for CursorIter<'a, T>
pub fn friends_of<'a, T: Into<UserID<'a>>>(
acct: T,
con_token: &'a Token,
access_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.