Tuitter::getFollowers
Get the authenticating user’s followers. They are ordered by the order in which they followed the user.
Use the cursor option to access earlier followers.
getFollowers( [$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.