Tuitter::getFollowings
Get the user’s friends. They are ordered by the order in which the user followed them.
Use the cursor option to access older friends.
getFollowings( [$opt = array() [, $incrementalKey = 'default' ]] )
Parameters
opt
The optional parameters for Twitter API.
- id: The ID or screen name of the user for whom to request the list of followers.
- user_id: Specifies the ID of the user for whom to request the list of followers.
- screen_name: Specifies the screen name of the user for whom to request the list of followers.
- cursor: Breaks the results into pages. A single page contains 100 users. This is recommended for users who are followed by many other users. Provide a value of -1 to begin paging.
Return value
Return Tuitter_Users object.